5 ways to make XML more XPath friendly

As java developers we should always do what we can to optimize outbound xml from our side of the fence. I mean, its our job to build and design awesome, elegant and efficient software whenever possible right? We have our data and we want to serialize it into xml, how can we make our xml [...]

Posted on January 19, 2010 at 9:26 am by Ant · Permalink · Leave a comment
In: Technobable, xml · Tagged with: , , , ,

All things XPath

What’s XPath? So XPath is really just a means of accessing data on xml nodes. XML has structure, with node and branches and attributes; XPath is the notation we use to express which nodes, branches or attributes we want to access. XSL makes use of this notation in order to change the structure and layout [...]

Posted on January 10, 2010 at 8:02 pm by Ant · Permalink · Leave a comment
In: Technobable, xml · Tagged with: , , ,