<?xml version="1.0" encoding="ISO-8859-1"?>
<bookstore>
<book>
<title lang="eng">Harry Potter</title>
<price>29.99</price>
</book>
<book>
<title lang="fr">Learning XML</title>
<price>39.95</price>
</book>
</bookstore>
hi i try to get eng and fr
but every time i get
Harry Potter and Learning XML
how can i get eng and fr
whould you pls say correct xpath for get eng and fr
thnks every body