jasons 01/07/08 22:15:53
Modified: sources/xerces-p samples.xml
Log:
* samples.xml (Repository):
New samples
Revision Changes Path
1.2 +4 -0 xml-site/sources/xerces-p/samples.xml
Index: samples.xml
===================================================================
RCS file: /home/cvs/xml-site/sources/xerces-p/samples.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samples.xml 2001/03/27 00:37:39 1.1
+++ samples.xml 2001/07/09 05:15:52 1.2
@@ -5,6 +5,10 @@
<s2 title="Sample Code">
<p> Xerces.pm comes with three sample applications:</p>
<ul>
+ <li> <link idref="saxcount">SAXCount.pl</link>: Uses the SAX
+ interface to output a count of the number of elements in an XML
document</li>
+ <li> <link idref="sax2count">SAX2Count.pl</link>: Uses the SAX2
+ interface to output a count of the number of elements in an XML
document</li>
<li> <link idref="domprint">DOMPrint.pl</link>: Uses the DOM
serialize API to output a pretty-printed version of an XML file
to STDOUT.</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]