|
|
XML::XPath
|
Introduction
XML::XPath is a perl module that conforms to the W3C's XPath recommendation. It can
either be fed SAX events, or can parse XML directly, either from a
file, or from an IO::Handle (e.g. a socket). If parsing the XML
directly, XML::Parser is used. XML::XPath requires no other external
modules other than XML::Parser.
Availability
XML::XPath is available free under the GNU GPL, or alternatively can be
licensed for commercial use from Fastnet Software Ltd. Contact Matt Sergeant if you wish to do this.
Alternatively if you are developing a free software product, under an
Open Source compliant license, please contact me to arrange free licensing.
Download
XML::XPath is always available from your local CPAN
site, or alternatively get it from my download directory.
Examples
To Be Completed
Documentation
Full documentation is included in the distribution, or you can read the
documenation for version 0.24 here.
|
|