XML Examples

XML stands for eXtensible Markup Language.
XML was designed to store and transport data.
XML was designed to be both human- and machine-readable.
Post Reply
Guest

XML Examples

Post by Guest »

XML Examples


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

Examples explained

XML and CSS

View an XML CD catalog
View the corresponding CSS file
Display the CD catalog formatted with the CSS file

Examples explained

XML and XSLT

View an XML food menu
Display the food menu styled with an XSLT style sheet
Examples explained

Parsing XML and the XML DOM

View a simple XML file (note.xml)
Parse an XML string
Parse the XML file

Examples explained

XML Output From a Server
See how ASP can return XML
See how PHP can return XML
View XML output from a database

Examples explained













+1

Reference: https://www.w3schools.com/xml/xml_examples.asp
Post Reply