| Author |
selecting and outputing nodes/branches of an XML doc.
|
Ciaran McKenna
Greenhorn
Joined: Feb 01, 2004
Posts: 4
|
|
Hi, Im pretty new to XML and was just wondering what is the best way (s) to: (1) Select a specific branch/node given a particular XML document and output it (2) Verify that 2 branches from 2 xml documents have the same meaning. Any examples of these would be great, im researching XML DOM and X Path stuff but sample code is always the best way for me to pick up on the new concepts. I have to build these to functions into a HTML interface. Any advice/examples/feedback would be much appreciated. many thanks Ciaran
|
 |
Madhav Lakkapragada
Ranch Hand
Joined: Jun 03, 2000
Posts: 5040
|
|
Ok, this is where I look...... http://java.sun.com/webservices/docs/1.0/tutorial/index.html There's good stuff, atleast I think, about DOM here. - madhav
|
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
|
 |
 |
|
|
subject: selecting and outputing nodes/branches of an XML doc.
|
|
|