Re: SAXParser with different InputSource

2004-09-16 Thread Alberto Massari
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

SAXParser with different InputSource

2004-09-15 Thread Xiaofan Zhou
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