Newer
Older
Unknown (abagchi)
committed
<?xml version="1.0" standalone="no"?>
Unknown (abagchi)
committed
<!DOCTYPE s1 SYSTEM "./dtd/document.dtd">
Unknown (abagchi)
committed
<s1 title="&XercesCName; Sample 10: 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="Building on Windows">
<p>Load the &XercesCInstallDir;-win32\samples\Projects\Win32\VC6\samples.dsw
Microsoft Visual C++ workspace inside your MSVC IDE. Then
build the project marked CreateDOMDocument.</p>
Unknown (abagchi)
committed
</s3>
Unknown (abagchi)
committed
Unknown (abagchi)
committed
<s3 title="Building on UNIX">
<source>cd &XercesCInstallDir;-linux/samples
./runConfigure -p<platform> -c<C_compiler> -x<C++_compiler>
cd CreateDOMDocument
gmake</source>
<p>This will create the object files in the current directory and the executable named
CreateDOMDocument in ' &XercesCInstallDir;-linux/bin' directory.</p>
Unknown (abagchi)
committed
Unknown (abagchi)
committed
<p>To delete all the generated object files and executables, type</p>
<source>gmake clean</source>
</s3>
<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>
Unknown (abagchi)
committed
</s2>