Forum Discussion
nmrao
12 years agoCommunity Hero
And somewhere in the top of the xml, there might be namespace, that is the reason it did not work when //data/text() is tried, so that is now replaced with //*:data/text()
In the above post with screen shot, it is shown as working with out *: due to that just used your xmlfragment which does not have namespaces. But in your case that is applicable.
Hoping below will help you on namespaces
http://www.w3schools.com/xml/xml_namespaces.asp
In the above post with screen shot, it is shown as working with out *: due to that just used your xmlfragment which does not have namespaces. But in your case that is applicable.
Hoping below will help you on namespaces
http://www.w3schools.com/xml/xml_namespaces.asp