Darkwing has asked for the wisdom of the Perl Monks concerning the following question:
i support a Perl written tool that (among other tasks) applies xpath expressions to xml input. It uses XML::LibXML and works fine for XPath 1.0 expressions. Now some users require to use XPath 2.0. I allready knew that this is not supported by XML::LibXML so i searched via both, google and CPAN, but found nothing.
Is there really no perl module supporting XPath 2.0?
Of course, i could use an external tool and manage the Perl script to call it, but a Perl module would be more convenient.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Is there really no Perl module supporting XPath 2.0?
by choroba (Cardinal) on Jan 12, 2021 at 09:35 UTC | |
by Darkwing (Scribe) on Jan 12, 2021 at 11:13 UTC | |
Re: Is there really no Perl module supporting XPath 2.0?
by Corion (Patriarch) on Jan 12, 2021 at 08:28 UTC | |
Re: Is there really no Perl module supporting XPath 2.0?
by kcott (Archbishop) on Jan 13, 2021 at 00:08 UTC | |
Re: Is there really no Perl module supporting XPath 2.0?
by Anonymous Monk on Jan 12, 2021 at 17:14 UTC | |
by marto (Cardinal) on Jan 12, 2021 at 17:18 UTC | |
by Anonymous Monk on Jan 12, 2021 at 23:13 UTC | |
by marto (Cardinal) on Jan 13, 2021 at 08:42 UTC |