IntelliJ Java IDE
The moose likes XML and Related Technologies and the fly likes XPath for elements at the same level Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "XPath for elements at the same level" Watch "XPath for elements at the same level" New topic
Author

XPath for elements at the same level

Luke Murphy
Ranch Hand

Joined: May 12, 2010
Posts: 295
Here is a portion of my XML...



Basically, there are many attribute definitions in the XML. Each has its own type.
I wish to pull out the value of displayvalue for specifc types...

//attributedefinition/[type='Alive']

Will get me the attributedefinition. But I was wondering is it possible to get the displayvalue all in one XPath expression?

Thanks.
Luke Murphy
Ranch Hand

Joined: May 12, 2010
Posts: 295
Got it. POsting it here in case it is any use to anyone.
It's


Good tool here...
http://xmltoolbox.appspot.com/
 
 
subject: XPath for elements at the same level
 
Threads others viewed
nested iterate with parameterized getter
Match XML data value with the mysql database
Applet-Servlet , AttributeValues does not work in browser
XML Parsing Issue
Problem populating a newly created HashMap in a Struts2 Action
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com