Introduction to XML
What is XML?
XML document tags
Rules for naming XML terms
The XML document-elements,the hierarchical element structure
The XML document attributes-elements vs.attributes, entities, text
A well formed XML document
Namespaces
Using XML
XML in the Enterprise
XML over the web
XML architecture and design
Some XML applications (XHTML, SVG)
Validating XML documents - I
DTD - Document Type Definition
Using a DTD, a sample DTD
Definition of elements, attributes, entities
Validating XML documents - II
XML Schemas
Schema Grammar and vocabulary
Elements, schema, datatype, attribute type, group, description
Referring to a schema in an XML file
Converting DTD to schemas
Using namespace and open model