Hi
I have been using DOM parser to create XML documents. I want to use an
alternate mechanism to create XML document as size of my XML document
is large and I don;t want the overhead of DOM (where entire tree in
constructed in memory).
Like SAX APIs for parsing XML documents, Is there any thing like SAX
parser/APIs for creating XML documents?
Is there any other standard mechanism of creating XML document,
without requiring the entire tree structure to be constructed in
memory?
Thanks,
Naresh
I have been using DOM parser to create XML documents. I want to use an
alternate mechanism to create XML document as size of my XML document
is large and I don;t want the overhead of DOM (where entire tree in
constructed in memory).
Like SAX APIs for parsing XML documents, Is there any thing like SAX
parser/APIs for creating XML documents?
Is there any other standard mechanism of creating XML document,
without requiring the entire tree structure to be constructed in
memory?
Thanks,
Naresh
Comment