Archive for June, 2011

Let’s say you have XML like: And now you’d like to get pairs order_id-client_name. And you’d like to make it in an elegant way, using xPath, not using DOM navigation, or worse, SAX parser. Getting all “client” nodes is easy: But now, how to run an xPath query on every node you found to get [...]