I am using XML::LibXML to parse XML documents. I am trying to search for a particular XPath in a bunch of XML documents... but I get error while trying to do so stating that a particular namespace is not defined. I would like to turn off the namespace validation and just parse it for an XPath. How do i achive this? (I tried $parser->validation(0). It did not work!