hotshot has asked for the wisdom of the Perl Monks concerning the following question:

Hi guys!

Anyone knows where can I find examples on how to use XML::XPath module? all I could find is the official difinition and explenations about the module and it's functions, no examples there.
Thanks

Hotshot

Title edit by tye

Replies are listed 'Best First'.
Re: XML::XPath
by gjb (Vicar) on Dec 03, 2002 at 14:36 UTC
(jeffa) Re: XML::XPath
by jeffa (Bishop) on Dec 03, 2002 at 15:40 UTC
Re: XML::XPath
by mirod (Canon) on Dec 03, 2002 at 14:39 UTC
Re: XML::XPath
by ajt (Prior) on Dec 03, 2002 at 15:18 UTC

    Matts own documents say to read the test files for examples. He also suggests the the Perl-XML mailing list.

    While it's not quite what you asked, XML::LibXML can also process XPath and it's a lot faster, and under active devlopment at the moment. It's libxml2 based so not for everyone.


    --
    ajt