Hi! Use DOM parsing! But if you have a large file it might be inefficient, then SAX parsing is better. If you only want to handle ONE entire element at a time you can build your own tree structure for that element only by using a stack or something similar. Then discard the tree and build a new for the next element etc.
Martin Gülich
-----Ursprungligt meddelande-----
|
- Reading entire tree structure of an XML chetan . arora
- SV: Reading entire tree structure of an XML Martin Gülich
- Re: SV: Reading entire tree structure of an X... chetan . arora
- Re: SV: Reading entire tree structure of ... Phil Weighill-Smith
- RE: SV: Reading entire tree structure of an XML Robert Houben
- RE: SV: Reading entire tree structure of an X... Joseph Kesselman