in reply to XML::LibXML's findnodes is beahving weirdly
I know how to get around it using XSL, but not with the module.
In XSL, you need to make up your own namespace and call it as an attribute of the stylesheet, like xmlns:whatever="http://www.w3.org/2005/Atom". As long as it matches the URL in the input, all your content is in the "whatever" namespace if another namespace isn't specified.
But like I say, that may not be the problem.
Nobody says perl looks like line-noise any more
kids today don't know what line-noise IS ...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: XML::LibXML's findnodes is beahving weirdly
by un-chomp (Scribe) on May 16, 2008 at 11:39 UTC |