in reply to XML::LIBXML XPATH for

Is this supposed to be Perl code? It doesn't look like it. It also doesn't look like XPath -- maybe it's XSLT? If so, you need an XSLT processor, not just an XPath engine.

Replies are listed 'Best First'.
Re^2: XML::LIBXML XPATH for
by vlad_tepesch (Acolyte) on Feb 29, 2012 at 10:47 UTC

      XML::LibXML is based on libxml, which only supports XPath 1.0:

      XML Path Language (XPath) 1.0: http://www.w3.org/TR/xpath
        oh thanks.
        just too sad