您的位置:寻梦网首页编程乐园XML 编程XML tutorial

XML Examples

back next

Warning  !!!
To view the examples, you must browse with IE 5

This school focus on the XML software implemented in Microsoft Internet Explorer 5, and its XML processor called MSXML. It will be of little use to explore any of our software examples using any other browser.


Viewing XML Files

These examples are taken from the chapter Viewing XML Files in the XML Section of this Web.

A Note

An XML CD catalog

An XML plant catalog

A Simple Menu


Viewing XML Files with a DTD

These examples are taken from the chapter Introduction to DTD.

XML file with an internal DTD

XML file with an external DTD


Using the Microsoft XML Parser

This example is taken from the chapter Parsing the DOM in the DOM Section of this Web.

Loading XML into the Parser

These example is taken from the chapter Accessing the DOM in the DOM Section of this Web.

Traversing the XML Nodes

Loading XML into HTML


Formatting XML with JavaScript

These examples are taken from the chapter Displaying XML in the XML Section of this Web.

An XML Note

Formatted by JavaScript

Try It Yourself


Formatting XML with CSS

These examples are taken from the chapter Displaying XML in the XML Section of this Web.

An XML CD Catalog

A CSS file

The CD Catalog formatted with the CSS file


Formatting XML with XSL

These examples are taken from the chapter Displaying XML in the XML Section of this Web.

A Simple XML Menu

Formatted with XSL by the Browser

Formatted with XSL by the Server


Transforming XML documents

These examples are taken from the chapter The XML XSL in the XSL Section of this Web.

The XML file to be transformed

The XSL template

The Result


Navigating an XML file

These examples are taken from the chapter XML Applications  in the XML Applications Section of this Web.

The XML file to navigate

Displaying the file as a recordset in a table

Navigate the recordset

An application prototype 


Requesting XML data from a server

These examples are taken from the chapter XML Applications  in the XML Application Section of this Web.

Sending a HTTP Request

Communicating with a server using XML or try it yourself new


back next