Latest web development tutorials

XML instance

These examples demonstrate the XML files, XML format and XML transformation (XSLT).

It also demonstrates the JavaScript (AJAX) used in conjunction with XML.


See XML file

See a simple XML file (note.xml)
See an error XML file with the same
View a directory of XML CD
View a XML plant catalog
View a XML food menu

Examples explained


XML and CSS

View a directory of XML CD
See the corresponding CSS file
Displayed by the CSS file formatted CD catalog

Examples explained


XML and XSLT

View a XML food menu
See the corresponding XSLT stylesheet
XSLT stylesheet format displayed by the food menu

Examples explained


XML parsing and XML DOM

See a simple XML file (note.xml)
Parsing XML file - cross-browser instance
Parse XML string - Cross-browser instance

Examples explained


XML to HTML

View a directory of XML CD
The XML data is displayed as an HTML table

Examples explained


XML Applications

View a directory of XML CD
Display XML data in a div element
XML node navigation
A simple CD catalog application

Examples explained


XML output from server

View the ASP How to return XML
See How to return XML PHP
See XML output from a database

Examples explained


Advanced XML DOM

Gets the value of an XML element
Gets the value of XML attribute
Change the XML element value
The new property is added to the XML element
Create a new XML element
Delete an XML element

Examples explained