as it is available.
I'm not sure what you refering to with
"progressive parsing", could you please explain that to me?
Best regards,
Stefan.
Petar <[EMAIL PROTECTED]> wrote on 16.03.2005
06:35:20:
> I read numerous posts on the issue of streaming XML into a SAX parser
I read numerous posts on the issue of streaming XML into a SAX parser and on
progressive XML parsing.
Progressive parsing works great but it sill requires all of the XML upfront (be
it in a file be it in a memory buffer).
Streaming of XML into a SAX parser doesn't seem to be addressed by X
Hi,
I have a xml file, one of elements called "include" contains the path to another xml
file. I need to validate the merged xml file. What's the best way to handle this? (
I can't use xinclude mechanism. )
Any suggestions and code snippets?
Thanks,
Lihong
--
If you want to use Xerces-C++ to parse your XML file, you can start with our samples
like DOMPrint, SAXPrint ... etc. See
http://xml.apache.org/xerces-c/index.html for more details.
Tinny
"Bavishi, Pankij" wrote:
> Hello ,
> I am trying to validate/parse the XML file using Xerces-C++. The c++
Hello ,
I am trying to validate/parse the XML file using Xerces-C++. The c++ code was written
to enable MSXML validate the XML file and I need Xerces to validate now.
How should I go about it? I am new to parsing xml files.
Please help.
--