How to select an XML using XPath without considering namespace and prefix
tried
/*:OrderPerson/OrderUser/
But returns error
org.jdom.JDOMException: Invalid XPath expression: ....
Unexpected ':'
How to select an XML using XPath without considering namespace and prefix
tried
/*:OrderPerson/OrderUser/
But returns error
org.jdom.JDOMException: Invalid XPath expression: ....
Unexpected ':'