1 / 9

XML Data

XML Data. Introduction, Well-formed XML. Well-Formed XML. Extensible Markup Language (XML) Standard for data representation and exchange Document format similar to HTML Tags describe content instead of formatting Also streaming format. Well-Formed XML. Basic constructs Tagged elements

ida
Download Presentation

XML Data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. XML Data Introduction, Well-formed XML

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

  3. Well-Formed XML Basic constructs • Tagged elements (nested) • Attributes • Text

  4. Well-Formed XML Relational Model versus XML

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

  6. Well-Formed XML “Well-Formed” XML Adheres to basic structural requirements • Single root element • Matched tags, proper nesting • Unique attributes within elements XML Document XML Parser Parsed XML “Not well-formed”

  7. Well-Formed XML Displaying XML Use rule-based language to translate to HTML • Cascading stylesheets (CSS) • Extensible stylesheet language (XSL)

  8. Well-Formed XML Displaying XML Use rule-based language to translate to HTML • Cascading stylesheets (CSS) • Extensible stylesheet language (XSL) Rules XML Document (data) HTML Document (look at) CSS/XSL interpreter

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

More Related