B
boris
hi all,
I need to process large xml file and dump some documents to a different
file based on content of some elements.
let's say I need to check content of <text3> and dump the whole <doc> to
a different file:
<doc>
<text1>
<text2>
<text3> ... etc
</doc>
I'm trying to do this using sax. Are there any examples how to do this?
Is using sax ok for this task?
thanks.
I need to process large xml file and dump some documents to a different
file based on content of some elements.
let's say I need to check content of <text3> and dump the whole <doc> to
a different file:
<doc>
<text1>
<text2>
<text3> ... etc
</doc>
I'm trying to do this using sax. Are there any examples how to do this?
Is using sax ok for this task?
thanks.