Easy Tutorial
❮ Index Home ❯

XML Examples


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

JavaScript (AJAX) usage with XML is also demonstrated.


View XML Files

View a simple XML file (note.xml)View the same XML file with errorsView an XML CD catalogView an XML plant catalogView an XML food menu



XML and CSS

View an XML CD catalogView the corresponding CSS fileDisplay the CD catalog formatted by the CSS file



XML and XSLT

View an XML food menuView the corresponding XSLT stylesheetDisplay the food menu formatted by the XSLT stylesheet



Parsing XML and XML DOM

View a simple XML file (note.xml)Parse an XML file - cross-browser exampleParse an XML string - cross-browser example



XML to HTML

View an XML CD catalogDisplay XML data as an HTML table



XML Applications

View an XML CD catalogDisplay XML data in a div elementXML node navigationA simple CD catalog application



XML Output from Server

View how ASP returns XMLView how PHP returns XMLView XML output from a database



Advanced XML DOM

Get the value of an XML elementGet the value of an XML attributeChange the value of an XML elementAdd a new attribute to an XML elementCreate a new XML elementRemove an XML element

❮ Index Home ❯