The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:XML::XPath::Root"

lib/XML/XPath/Root.pm River stage three • 70 direct dependents • 315 total dependents

MANWAR/XML-XPath-1.48 - 09 Aug 2022 19:48:36 UTC

lib/XML/XPathEngine/Root.pm River stage three • 6 direct dependents • 211 total dependents

MIROD/XML-XPathEngine-0.14 - 17 May 2013 02:49:03 UTC

XML::XPath - Parse and evaluate XPath statements. River stage three • 70 direct dependents • 315 total dependents

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.48 - 09 Aug 2022 19:48:36 UTC

XML::Rabbit - Consume XML with Moose and xpath queries River stage one • 8 direct dependents • 8 total dependents

XML::Rabbit is a Moose-based class construction toolkit you can use to make XPath-based XML extractors with very little code. Each attribute in your class created with the above helper function is linked to an XPath query that is executed on your XML...

ROBINS/XML-Rabbit-0.4.1 - 18 Sep 2015 13:46:54 UTC

Test::XML::XPath - Test XPath assertions River stage two • 37 direct dependents • 71 total dependents

This 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 UTC

XML::DT - a package for down translation of XML files River stage two • 6 direct dependents • 10 total dependents

This module processes XML files with an approach similar to OMNIMARK. As XML parser it uses XML::LibXML module in an independent way. You can parse HTML files as if they were XML files. For this, you must supply an extra option to the hash: %hander =...

AMBS/XML-DT-0.69 - 22 Apr 2019 17:01:30 UTC

XML::XPathEngine - a re-usable XPath engine for DOM-like trees River stage three • 6 direct dependents • 211 total dependents

This module provides an XPath engine, that can be re-used by other module/classes that implement trees. In order to use the XPath engine, nodes in the user module need to mimick DOM nodes. The degree of similitude between the user tree and a DOM dict...

MIROD/XML-XPathEngine-0.14 - 17 May 2013 02:49:03 UTC

XML::Diff - XML DOM-Tree based Diff & Patch Module River stage one • 1 direct dependent • 1 total dependent

This module provides methods for generating and applying an XML diffgram of two related XML files. The basis of the algorithm is tree-wise comparison using the DOM model as provided by XML::LibXML. The Diffgram is well-formed XML in the XVCS namespan...

TIMM/XML-Diff-0.05 - 12 Jul 2007 10:50:35 UTC

XML::Tidy - tidy indenting of XML documents River stage two • 6 direct dependents • 18 total dependents

This module creates XML document objects (with inheritance from XML::XPath) to tidy mixed-content (i.e., non-data) text node indenting. There are also some other handy member functions to compress and expand your XML document object (into either a co...

PIP/XML-Tidy-1.20 - 09 Jul 2017 14:52:59 UTC

XML::XOXO - Package for working with Extensible Open XHTML Outlines (XOXO) lists. River stage zero No dependents

XML::XOXO is an object-oriented Perl API for working with XOXO lists. The package includes a parser, a simple perlish object tree model and a basic facility for re-serializing the data into XHTML fragments. The intent of XML::XOXO was to provide deve...

TIMA/XML-XOXO-0.034 - 15 Apr 2005 17:24:56 UTC

XML::Bare - Minimal XML parser implemented via a C state engine River stage two • 11 direct dependents • 20 total dependents

This module is a 'Bare' XML parser. It is implemented in C. The parser itself is a simple state engine that is less than 500 lines of C. The parser builds a C struct tree from input text. That C struct tree is converted to a Perl hash by a Perl funct...

CODECHILD/XML-Bare-0.53 - 12 Jul 2013 15:44:20 UTC

XML::Merge - flexibly merge XML documents River stage zero No dependents

This module inherits from XML::Tidy which in turn inherits from XML::XPath. This ensures that Merge objects' indenting can be tidied up after any merge operation since such modification usually ruins indentation. Polymorphism allows Merge objects to ...

PIP/XML-Merge-1.4 - 23 Jul 2016 19:47:43 UTC

Class::XML - Simple XML Abstraction River stage one • 1 direct dependent • 1 total dependent

Class::XML is designed to make it reasonably easy to create, consume or modify XML from Perl while thinking in terms of Perl objects rather than the available XML APIs; it was written out of a mixture of frustration that JAXB (for Java) and XMLSerial...

MSTROUT/Class-XML-0.06 - 29 Mar 2005 12:28:48 UTC

XML::DOM - A perl module for building DOM Level 1 compliant document structures River stage two • 35 direct dependents • 56 total dependents

This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML str...

TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC

XML::Smart - A smart, easy and powerful way to access or create XML from fiels, data and URLs. River stage one • 9 direct dependents • 9 total dependents

TMHARISH/XML-Smart-1.78 - 12 Sep 2013 15:22:25 UTC

XML::XQL - A perl module for querying XML tree structures with XQL River stage zero No dependents

The XML::XQL module implements the XQL (XML Query Language) proposal submitted to the XSL Working Group in September 1998. The spec can be found at: <http://www.w3.org/TandS/QL/QL98/pp/xql.html> Most of the contents related to the XQL syntax can also...

TJMATHER/XML-XQL-0.68 - 16 Jan 2003 21:59:00 UTC

XML::XQL - A perl module for querying XML tree structures with XQL River stage zero No dependents

The XML::XQL module implements the XQL (XML Query Language) proposal submitted to the XSL Working Group in September 1998. The spec can be found at: <http://www.w3.org/TandS/QL/QL98/pp/xql.html> Most of the contents related to the XQL syntax can also...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC

XML::Twig - A perl module for processing huge XML documents in tree mode. River stage three • 82 direct dependents • 243 total dependents

This module provides a way to process XML documents. It is build on top of "XML::Parser". The module offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource...

MIROD/XML-Twig-3.52 - 23 Nov 2016 17:21:16 UTC

XML::Rules - parse XML and specify what and how to keep/process for individual tags River stage one • 1 direct dependent • 1 total dependent

JENDA/XML-Rules-1.16 - 13 Dec 2012 21:20:26 UTC

XML::Overlay - Apply overlays to XML documents River stage zero No dependents

XML::Overlay is a simple collection of Class::XML modules that provide a mechanism somewhat inspired by Mozilla's XUL Overlays, but designed for manipulating general XML documents. The overlay document contains one or more target elements, each with ...

MSTROUT/XML-Overlay-0.01 - 21 Sep 2004 10:33:30 UTC
66 results (0.06 seconds)