XML technical m...login
XML technical manual
author:php.cn  update time:2022-04-14 15:57:53

XML example



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

JavaScript (AJAX) used with XML is also demonstrated.


View XML file

View a simple XML file (note.xml)
View an identical XML file with errors
View an XML CD directory
View an XML plant directory
View an XML food menu

Explanation of examples


XML and CSS

View an XML CD directory
View the corresponding CSS file
Display the CD directory formatted by the CSS file

Explanation of examples


XML and XSLT

View an XML food menu
View the corresponding XSLT stylesheet
Display the XSLT stylesheet Formatted food menu

Explanation of examples


Parsing XML and XML DOM

View a simple XML File (note.xml)
Parsing XML file - cross-browser instance
Parsing XML string-cross-browser instance

Explanation of examples


XML to HTML

View an XML CD directory
Display XML data as an HTML table

Explanation of examples


XML Application

View an XML CD directory
Display XML data in a div element
XML node navigation
A simple CD Directory application

Example explanation


XML output from server

See how ASP returns XML
View how PHP returns XML
View XML output from the database

Example explanation


XML DOM Advanced

Get the value of the XML element
Get the value of the XML attribute
Change the value of the XML element
Add a new attribute to the XML element
Create a new XML element
Delete one XML elements

Example explanation

php.cn