Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within XML
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
XML and Related Technologies
XPath Query
Murad Iqbal
Ranch Hand
Posts: 90
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
How can I write an XPath query to extract from the following XML,the age of Mike?
<Specs>
<Spec>
<Name>Mike</Name>
<Age>21</Age>
</Spec>
<Spec>
<Name>Joe</Name>
<Age>25</Age>
</Spec>
</Specs>
Balaji Loganathan
author and deputy
Posts: 3150
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
The
simple
tutorial on XPATH should help you get started.
good luck.
Amateurs built google. Professionals built the titanic. We can't find the guy that built this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Remove Element from DOM using XPath
Regarding time taken by query
XpathAPI utility class of Crimson parser.
Validation rule for array of objects.
beans!
More...