How can I get the values of all nodes called "title" from the XML below ?
<bookstore>
<bookA>
<title> Title Book A</title>
<desc> Book A </desc>
<bookA>
<bookB>
<title> Title Book B</title>
<desc> Book B </desc>
<bookB>
</bookstore>
Thanks
How can I get the values of all nodes called "title" from the XML below ?
<bookstore>
<bookA>
<title> Title Book A</title>
<desc> Book A </desc>
<bookA>
<bookB>
<title> Title Book B</title>
<desc> Book B </desc>
<bookB>
</bookstore>
Thanks