Re: Streaming vs. progressive XML parsing

2005-03-16 Thread Stefan A Letz
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

Streaming vs. progressive XML parsing

2005-03-15 Thread Petar
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

Xml parsing question

2004-06-25 Thread lihong pei
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 --

Re: xml parsing

2002-02-05 Thread Tinny Ng
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++

xml parsing

2002-02-05 Thread Bavishi, Pankij
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. --