Hi,
I would like to ask you ranchers how you perform optimized XML parsing.
I'm trying parse a 1KB xml file using DOM and would like to know if my approach is acceptable for a somehow performance critical application.
Let me know if you would rather use SAX and why on these scenarios.
There are also cases in the same class when I had to mix in xpath queries for more complex nested nodes.
Since I'm relatively new to XML parsing, I would love to hear your thoughts on this.
Thank you very much!