I am reading in a large XML document from a web service which comprises multiple transactions. I need to examine each transaction in turn and then route it based upon the content.
Is the best way to do this via regexp or to use an XML parser?
I’m not an expert on regexp – it usually takes me a dozen goes to get the simplest expression to work.
Regards
Garry