The System.Dom module contains basic implementation of the Document Object Model Core specification.
It does not follow strictly W3C DOM naming conventions.
This example program shows how to parse an XML document and write its contents to console.
This dom_rw program shows how to create an in-memory XML document, write it to a UTF-8 encoded text file, read it back from the text file and write it to console.
System | |
Xml |