Newer
Older
Unknown (abagchi)
committed
<?xml version="1.0" standalone="no"?>
<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
Unknown (abagchi)
committed
<s1 title="Sample: CreateDOMDocument">
Unknown (abagchi)
committed
Unknown (abagchi)
committed
<s2 title="CreateDOMDocument">
Unknown (abagchi)
committed
<p> CreateDOMDocument, illustrates how you can create a DOM tree in
Unknown (abagchi)
committed
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>
Unknown (abagchi)
committed
The tree just created contains: 4 elements.</source>
</s3>
Unknown (abagchi)
committed
</s2>