These examples demonstrate XML files, XML formatting and XML transformation (XSLT).
They also demonstrate JavaScript used together with XML (AJAX).
Viewing XML Files
View a simple XML file (note.xml)
View the same XML file with an error
View an XML CD catalog
View an XML plant catalog
View an XML food menu
View the same XML file with an error
View an XML CD catalog
View an XML plant catalog
View an XML food menu
XML and CSS
View an XML CD catalog
View the corresponding CSS file
Display the CD catalog formatted with the CSS file
View the corresponding CSS file
Display the CD catalog formatted with the CSS file
XML and XSLT
View an XML food menu
View the corresponding XSLT stylesheet
Display the food menu styled with the XSLT stylesheet
View the corresponding XSLT stylesheet
Display the food menu styled with the XSLT stylesheet
Parsing XML and the XML DOM
View a simple XML file (note.xml)
Parse the XML file - Crossbrowser example
Parse an XML string - Crossbrowser example
Parse the XML file - Crossbrowser example
Parse an XML string - Crossbrowser example
XML to HTML
XML Applications
View an XML CD catalog
Show XML data inside an HTML div element
Navigate through XML nodes
A simple CD catalog application
Show XML data inside an HTML div element
Navigate through XML nodes
A simple CD catalog application
XML Output From a Server
XML DOM Advanced