Transcript
Page 1: Jennifer Widom XML Data Introduction, Well-formed XML

Jennifer Widom

XML DataIntroduction, Well-formed XML

Page 2: Jennifer Widom XML Data Introduction, Well-formed XML

Jennifer Widom

Well-Formed XMLExtensible Markup Language (XML) Standard for data representation and exchange Document format similar to HTML• Tags describe content instead of formatting

Also streaming format

Page 3: Jennifer Widom XML Data Introduction, Well-formed XML

Jennifer Widom

Well-Formed XML

Basic constructs Tagged elements (nested) Attributes Text

Page 4: Jennifer Widom XML Data Introduction, Well-formed XML

Jennifer Widom

Well-Formed XMLRelational Model versus XML

Relational XML

Structure

Schema

Queries

Ordering

Implementation

Page 5: Jennifer Widom XML Data Introduction, Well-formed XML

Jennifer Widom

Well-Formed XML“Well-Formed” XMLAdheres to basic structural requirements• Single root element• Matched tags, proper nesting• Unique attributes within elements

Page 6: Jennifer Widom XML Data Introduction, Well-formed XML

Jennifer Widom

Well-Formed XML“Well-Formed” XMLAdheres to basic structural requirements• Single root element• Matched tags, proper nesting• Unique attributes within elements

XMLParser

XMLDocument Parsed XML

“Not well-formed”

Page 7: Jennifer Widom XML Data Introduction, Well-formed XML

Jennifer Widom

Well-Formed XMLDisplaying XMLUse rule-based language to translate to HTML• Cascading stylesheets (CSS)• Extensible stylesheet language (XSL)

Page 8: Jennifer Widom XML Data Introduction, Well-formed XML

Jennifer Widom

Well-Formed XMLDisplaying XMLUse rule-based language to translate to HTML• Cascading stylesheets (CSS)• Extensible stylesheet language (XSL)

CSS/XSLinterpreter

XMLDocument

(data)

Rules

HTMLDocument(look at)

Page 9: Jennifer Widom XML Data Introduction, Well-formed XML

Jennifer Widom

Well-Formed XMLExtensible Markup Language (XML) Standard for data representation and exchange Formal specification is enormous; we cover most important components


Recommended