Hi,
I need to parse a simple XML document, like:
..and display the values of Title, Author and Price.
I am using Resin's XML package and JAXP but I can't seem to get it to work properly. I've tried following the docs that come with Resin but they seem a little buggy. Anyone got some example code?
Tim --
Tim <tim@planetedge.co.uk>
I need to parse a simple XML document, like:
Code:
<book>
<title>Title</title>
<author>Authors Name</author>
<price>20</price>
</book>
I am using Resin's XML package and JAXP but I can't seem to get it to work properly. I've tried following the docs that come with Resin but they seem a little buggy. Anyone got some example code?
Tim --
Tim <tim@planetedge.co.uk>