worik has asked for the wisdom of the Perl Monks concerning the following question:

I am having problems with the XML::LibXML::Parser where it cannot parse valid namespaces. If a namespace contains a colon ':' or slash '/' (at least) the parser cannot parse the XML.

Ooops. I failed! I had the order of the arguments in setNamespace incorrect! Damn. Rewind.

  • Comment on [SOLVED]: Namespaces and XML::LibXML::Parser