This module aims to comply exactly to the XPath specification at http://www.w3.org/TR/xpath and yet allow extensions to be added in the form of functions.Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath...
MANWAR/XML-XPath-1.44 - 11 Oct 2018 14:31:41 GMTXML::DOM::XPath allows you to use XML::XPath methods to query a DOM. This is often much easier than relying only on getElementsByTagName. It lets you use all of the XML::DOM methods....
MIROD/XML-DOM-XPath-0.14 - 15 Apr 2008 15:35:41 GMTThis module allows you to assert statements about your XML in the form of XPath statements. You can say that a piece of XML must contain certain tags, with so-and-so attributes, etc. It will try to use any installed XPath module that it knows about. ...
SEMANTICO/Test-XML-0.08 - 02 Jul 2009 06:12:12 GMTProvides the required methods for XPath...
DOCTORMO/XML-DOM2-0.06 - 29 Nov 2007 15:57:28 GMTMANWAR/XML-XPath-1.44 - 11 Oct 2018 14:31:41 GMT
XML::XPath::Diver is XML data parse tool class that inherits XML::XPath....
YTURTLE/XML-XPath-Diver-0.02 - 02 Sep 2013 05:07:06 GMTThis class holds simple numeric values. It doesn't support -0, +/- Infinity, or NaN, as the XPath spec says it should, but I'm not hurting anyone I don't think....
MANWAR/XML-XPath-1.44 - 11 Oct 2018 14:31:41 GMTXML::XPath::Simple is designed to allow for the use of simple Abbreviated XPath syntax to access values from a small XML document. This module is not meant as a drop-in replacement for XML::XPath, and doesn't support the entire W3C XPath Recommendati...
WHYTEWOLF/XML-XPath-Simple-0.05 - 03 Apr 2002 00:56:50 GMTXML::XPath::Boolean objects implement simple boolean true/false objects....
MANWAR/XML-XPath-1.44 - 11 Oct 2018 14:31:41 GMTIn XPath terms a Literal is what we know as a string....
MANWAR/XML-XPath-1.44 - 11 Oct 2018 14:31:41 GMTAn XML::XPath::NodeSet object contains an ordered list of nodes. The nodes each take the same format as described in XML::XPath::XMLParser....
MANWAR/XML-XPath-1.44 - 11 Oct 2018 14:31:41 GMT"XML::XPath::Builder" is a SAX handler for building an XML::XPath tree. "XML::XPath::Builder" is used by creating a new instance of "XML::XPath::Builder" and providing it as the Handler for a SAX parser. Calling `"parse()"' on the SAX parser will ret...
MANWAR/XML-XPath-1.44 - 11 Oct 2018 14:31:41 GMTThis module generates PerlSAX events to pass to a PerlSAX handler such as XML::DOM::PerlSAX. It operates specifically on my weird tree format. Unfortunately SAX doesn't seem to cope with namespaces, so these are lost completely. I believe SAX2 is doi...
MANWAR/XML-XPath-1.44 - 11 Oct 2018 14:31:41 GMTMANWAR/XML-XPath-1.44 - 11 Oct 2018 14:31:41 GMT
This module generates a node tree for use as the context node for XPath processing. It aims to be a quick parser, nothing fancy, and yet has to store more information than most parsers. To achieve this I've used array refs everywhere - no hashes. I d...
MANWAR/XML-XPath-1.44 - 11 Oct 2018 14:31:41 GMTXML::Schematron::XPath serves as a simple validator for XML based on Rick JELLIFFE's Schematron XSLT script. A Schematron schema defines a set of rules in the XPath language that are used to examine the contents of an XML document tree. A simplified ...
KHAMPTON/XML-Schematron-1.09 - 03 Nov 2010 19:21:35 GMTThis module provides base methods for other xpath traits. See XML::Rabbit for a more complete example....
ROBINS/XML-Rabbit-0.4.1 - 18 Sep 2015 13:46:54 GMTMANWAR/XML-XPath-1.44 - 11 Oct 2018 14:31:41 GMT