in reply to Re^3: XML::LIBXML XPATH for
in thread XML::LIBXML XPATH for

oh thanks.
just too sad

Replies are listed 'Best First'.
Re^5: XML::LIBXML XPATH for
by tobyink (Canon) on Feb 29, 2012 at 12:57 UTC

    Take a look at my XML::Saxon::XSLT2, which provides XSLT 2.0 via Inline::Java and Saxon. It's not pretty; it's not fast; but it mostly works.

    XPath 2.0 within an XSLT transformation should work but doesn't handle XPath outside a transformation. (Patches for that would be gratefully received.)

Re^5: XML::LIBXML XPATH for
by Anonymous Monk on Mar 01, 2012 at 03:32 UTC

    There is practically no software that implements xpath2. Even saxon, a java library, only supports the basic spec.

    If the query from the root post is representative, you'll probably like xsh, the xml editing shell