The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.47 - 2022-05-13

  • Another bunch of patches, thanks @shawnm. a) Get the encoding used for command line arguments from the environment. b) Don't assume standard input and output are UTF-8; also get their encoding from the environment.

Modules

Parse and evaluate XPath statements.
Boolean true/false values
SAX handler for building an XPath tree
Simple string values.
internal representation of a node
a single attribute
an XML comment: <!--comment-->
an XML namespace node
an XML processing instruction node
an XML text node
a list of XML document nodes
Simple numeric values.
A PerlSAX event generator for my weird node structure
The default XML parsing class that produces a node tree

Provides

in lib/XML/XPath/Expr.pm
in lib/XML/XPath/Function.pm
in lib/XML/XPath/LocationPath.pm
in lib/XML/XPath/Node/Attribute.pm
in lib/XML/XPath/Parser.pm
in lib/XML/XPath/Root.pm
in lib/XML/XPath/Step.pm
in lib/XML/XPath/Variable.pm