Hi Frank,
At 16.16 15/09/2004 -0700, Xiaofan Zhou wrote:
Hi, ALl,
I have following two questions regarding how to use InputSource with SAX
parser in Xerces for C++.
I know I can do something like this:
SAX2XMLReader* pParser = XMLReaderFactory::createXMLReader();
pParser->parse(input);
W
Hi, ALl,
I have
following two questions regarding how to use InputSource with SAX parser in
Xerces for C++.
I know I can do
something like this:
SAX2XMLReader* pParser =
XMLReaderFactory::createXMLReader();
pParser->parse(input);
Where input is an
instance of InputSourc