| Author |
Resolving namespace using xpath
|
Shilpa Anju
Greenhorn
Joined: Aug 19, 2005
Posts: 2
|
|
Hello, I have a XML document, that has namespaces in it. I want to use the xpath to search for a specific value of the node. However I am unable to find out how to resolve the namespace. Can anyone help me with this ?
|
 |
Nathaniel Stoddard
Ranch Hand
Joined: May 29, 2003
Posts: 1258
|
|
|
XPath has some functions that you can use to "ignore" the namspace if you're certain they're correct. Other than that you could start ripping apart the XML and resolve the namespace prefixes yourself. By the way, what do you mean by "resolve the namespace"?
|
Nathaniel Stodard<br />SCJP, SCJD, SCWCD, SCBCD, SCDJWS, ICAD, ICSD, ICED
|
 |
 |
|
|
subject: Resolving namespace using xpath
|
|
|