I am new to this area. Please let me know that how can i get or display
bookstore, book, title, price (DISTINCT Output i needed)
From the following XML file, how can i read and print DISTINCT xml nodes.
<?xml version="1.0" encoding="UTF-8"?>
<bookstore>
<book>
<title lang="en">Harry Potter</title>
<price>29.99</price>
</book>
<book>
<title lang="en">Learning XML</title>
<price>39.95</price>
</book>
</bookstore>