CSE691/891 - Internet Programming Summer 2001
prev next

eXtensible Markup Language (XML)

Syntax:

  1. XML is a tagged, structured language like HTML. However, in XML, the tags are not predefined (with a very few exceptions). Users are free to define whatever tags are appropriate for their applications.
    XML is a tagged, structured language, designed to deliver data in application specific structures.
  2. Example: xmlEx1.xml
    An example of basic XML document structure.
  3. There are two correctness issues for an XML document:

  4. For this second case, there are two ways of establishing the rules for validation - through a Document Type Definition (DTD), or using a Schema.

  5. Schemas would be used to:

    1. prev next