L
Loocek
Hi,
I need to find and extract inner xml and save as String.
I cannot find that functionality in any [DOM,SAX,STAX] xml parser in java...
I was able to do it in DOM by serializing Node - but is stupid solution....
Would you give me any suggestion [or part of example] how to do it?
My XMLs are quite big... [100k]
Thanks for any help
Regards
Pawel Z
I need to find and extract inner xml and save as String.
I cannot find that functionality in any [DOM,SAX,STAX] xml parser in java...
I was able to do it in DOM by serializing Node - but is stupid solution....
Would you give me any suggestion [or part of example] how to do it?
My XMLs are quite big... [100k]
Thanks for any help
Regards
Pawel Z