← Prev in month ← Prev in thread

Alternatives to DOM for writing XML

From
Wayne Henshaw <>
To
Date
2002-11-08T23:06:44Z
ID
<003c01c2877b$81f80f00$>
Thread
Alternatives to DOM for writing XML
Hi all,
  We are trying to solve the problem of writing large XML documents (so
large that we can't use our DOM parser because of memory constraints)
and are wondering how other people have handled the problem. I know that
although "SAXWriter" isn't formally a part of the the SAX API there are
some libraries that include one, but the parser we use does not. Adding
to the challenge is the fact that our application is C/C++, so we can't
easily use Java support. Any suggestions? Thanks.
--Wayne Henshaw
--Progress Software
← Prev in month ← Prev in thread