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 8">
<s2 title="StdInParse">
<p>StdInParse demonstrates streaming XML data from standard input.</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 StdInParse.</p>
</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 StdInParse
gmake</source>
Unknown (abagchi)
committed
<p>This will create the object files in the current directory
Unknown (abagchi)
committed
and the executable named
StdInParse 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 StdInParse">
Unknown (abagchi)
committed
<p>The StdInParse sample parses an XML file and prints out a
Unknown (abagchi)
committed
count of the number of
elements in the file. To run StdInParse, enter the following: </p>
<source>StdInParse < <XML file></source>
<p>Here is a sample output from StdInParse</p>
<source>cd &XercesCInstallDir;-linux/samples/data
StdInParse < personal.xml
personal.xml: 60 ms (37 elems, 12 attrs, 0 spaces, 268 chars)</source>
<note>The time reported by the program may be different depending on your
machine processor.</note>
</s3>
</s2>
</s1>