Sample XML Files
- Channel.xml - A small sample CDF file.
- Email.xml - An example of how an e-mail might look in XML.
- Error.xml - An example of a bad XML file so you can see the Parser error output.
- ExternalDTD.xml - A small XML file that uses an external DTD.
- Hamlet.xml (1) - A large XML file containing the entire Shakespeare play in XML.
- InternalDTD.xml - A small XML file containing internal subset DTD.
- Msnbc.cdf (1) - A real CDF file that is quite large.
- Tire.xml - A small XML file that uses various XML language features.
- Japanese.xml (unicode) (2) - A sample Unicode XML file.
- Russian.xml (utf8) (2) - A sample UTF-8 file.
- Korean.xml (utf8) (2) - Another sample UTF-8 file.
(1) These files are large and may take a while.
(2) These examples will be readable only if you have the right
language packs installed. See notes below.
Parsing...
Notes
This page uses the XML DSO to load the files, and contains some Dynamic HTML
and script code that walks the XML object model to generate the formatted XML.
Back to the XML Parser home page.