Hi,
I have been researching for the last month on what tools to use and libraries for parsing xml and performing certain business logic on the xml data in
java before outputting to a flat file. I have come up with using JAXP, Xerces, JDOM and XPATH with Jaxen to traverse the JDOM tree.
Is this a suitable framework do you think before i start developing? And is there a performance issue creating a new instance of XPath every time i need a new expression or predicate to select a value from the JDOM tree?
Thanks,
Shane.