XML : xml xpath reading child nodes

I want to read with the following XML code in XPath. I want to take the category name. Please help me.

  <product>  <feature definition="Category">Category Name</feature>  <feature definition="Manufacturer">S-Link</feature>  <feature definition="Desc">-</feature>  <feature definition="Model">-</feature>  </product>    

No comments:

Post a Comment