Noticed a minor documentation typo for Xerces-C in
Supported Properties in SAX2XMLReader (
http://xml.apache.org/xerces-c/program-sax2.html#SAX2Properties) which
states that
"Property values can be queried using the function void* SAX2XMLReader::
getFeature(const XMLCh* const). "
Here's a patch...
Index: program-sax2.xml
===================================================================
RCS file: /home/cvspublic/xml-xerces/c/doc/program-sax2.xml,v
retrieving revision 1.18
diff -r1.18 program-sax2.xml
369c369
< <p>Property values can be queried using the function
<code>void* SAX2XMLReader::getFeature(const XMLCh* const)</code>.
---
> <p>Property values can be queried using the function
<code>void* SAX2XMLReader::getProperty(const XMLCh* const)</code>.
Thanks,
Neil Delima / IBM
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]