in reply to Re: xmlns and XML::LibXML ( local-name() )
in thread xmlns and XML::LibXML
you only need to match on local-name()
... which would make code non-namespace-aware and doesn't answer the question "how I am supposed to make XML::LibXML correctly use name spaces" (the answer recommended by XML::LibXML is XML::LibXML::XPathContext). The whole topic has been discussed before, actually in the thread you linked to: Xpath not working.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: xmlns and XML::LibXML ( local-name() )
by Anonymous Monk on Jun 02, 2015 at 03:29 UTC | |
by worik (Sexton) on Jun 02, 2015 at 03:46 UTC | |
by choroba (Cardinal) on Jun 02, 2015 at 08:30 UTC | |
by Anonymous Monk on Jun 02, 2015 at 09:33 UTC |