in reply to LibXML: Ignore (or accept) unknown xmlns

You can't make XML::LibXML ignore a namespace for XPath queries, but you can create your own prefix for that namespace and use it in the XPath queries.

See

  • Comment on Re: LibXML: Ignore (or accept) unknown xmlns