blob: 467ceea1bc82c8028e1f57621e04d97877841803 [file] [log] [blame]
<?xml version="1.0" standalone="no"?>
<!DOCTYPE s1 SYSTEM "./dtd/document.dtd">
<s1 title="&XercesCName; Sample 10: CreateDOMDocument">
<s2 title="CreateDOMDocument">
<p> CreateDOMDocument, illustrates how you can create a DOM tree in
memory from scratch. It then reports the elements in the tree that
was just created.</p>
<s3 title="Running CreateDOMDocument">
<p>The CreateDOMDocument sample illustrates how you can create a DOM tree
in memory from scratch. To run CreateDOMDocument, enter the following</p>
<source>CreateDOMDocument</source>
<p>Here is a sample output from CreateDOMDocument</p>
<source>cd &XercesCInstallDir;-linux/samples/data
CreateDOMDocument
The tree just created contains: 4 elements.</source>
</s3>
</s2>
</s1>