I'm meeting a problem with an XPath request.
<mainNode id="id35" soapenc:root="0">
<node1 xsi:type="soapenc:string">response1</node1>
<node2 xsi:type="soapenc:string"/>
<node3 xsi:type="soapenc:string">response2</node3>
<node4 xsi:type="soapenc:string">response3</node4>
<node5 href="#id156"/>
</mainNode>
My XPath Request :
/mainNode/node1/text()
The result :
ERROR - Seem like XML is not well formed:The prefix "soapenc" for attribute "soapenc:root" associated with an element type "mainNode" is not bound.
Any idea ?
PS : I get this XML File from a SOAP WebService