Rinilkumar wrote:
Hi All,
Can anybody tell me which Xerces-C parser supports XML-Infoset?
How can we test it?
The XML Information Set is an abstract description of the information in an
XML document. So, asking whether or not an XML parser "supports
XML-Infoset" doesn't make a lot of sense.
If your question is "can I get the information in an XML document as
described in the XML Information Set Recommendation" using Xerces-C, then
the answer is yes. For example, you can configure a SAX2XMLReader instance
in Xerces-C to do that, although it will also supply information that is
_not_ described by the Infoset recommendation.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]