Example programs for Part 4

Right click on the anchor and select 'Save Target As ...' to download the file. Make sure the downloaded files have extension .xml or .dtd (except for the first, which has extension .html). IE might try to change the extension .dtd to .htm.

The validator HTML document described in Sec. 4.2. Use this to validate the example programs listed here.
To prevent IE from adding code to this file, I saved it with extension .txt. When you save it, save it as a .txt file, then change the extension to .html. To run this, you need to install Microsoft Core XML Services, available trhough the Downloads page.

The XML document and the DTD for the simple example in Sec. 4.2

The XML document and the DTD for our running members example where there is a DTD file but no internal subset [Sec. 4.3]

The XML document and the DTD for the modification to the last example where some of the DTD declarations have been moved to the internal subset [Sec. 4.3]

The XML document and the DTD for our running members example now using internal and external parameter entities in the DTD
The DTD module for this example [Sec. 4.3]