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

Search results for "module:XML::Twig"

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

Test::XML::Twig - Test XML::Twig handlers River stage two • 37 direct dependents • 71 total dependents

This module is for testing XML::Twig handlers....

SEMANTICO/Test-XML-0.08 - 02 Jul 2009 06:12:12 UTC

Test::Valgrind::Parser::XML::Twig - Parse valgrind XML output with XML::Twig. River stage one • 1 direct dependent • 3 total dependents

This subclass of XML::Twig and Test::Valgrind::Parser::XML encapsulates an XML::Twig parser inside the Test::Valgrind::Parser framework. It is able to parse the XML output from "valgrind" up to protocol version 4 and to generate the appropriate repor...

VPIT/Test-Valgrind-1.19 - 01 Aug 2016 20:56:46 UTC

Twig/XPath.pm River stage three • 82 direct dependents • 243 total dependents

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

lib/App/RSS2Leafnode/XML/Twig/Other.pm River stage zero No dependents

KRYDE/rss2leafnode-79 - 05 Feb 2017 11:24:31 UTC

XML::All - Overloaded XML objects River stage zero No dependents

This module provides a handy wrapper around XML::Twig and XML::Literal to provide easy accessors to the XML structures....

AUDREYT/XML-All-0.02 - 01 Aug 2006 01:50:45 UTC

XML::Loy - Extensible XML Reader and Writer River stage one • 4 direct dependents • 4 total dependents

XML::Loy allows for the simple creation of small serialized XML documents with various namespaces. It focuses on simplicity and extensibility, while giving you the full power of Mojo::DOM....

AKRON/XML-Loy-0.52 - 03 Jan 2023 10:46:32 UTC

Test::XML - Compare XML in perl tests River stage two • 37 direct dependents • 71 total dependents

This module contains generic XML testing tools. See below for a list of other modules with functions relating to specific XML modules....

SEMANTICO/Test-XML-0.08 - 02 Jul 2009 06:12:12 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::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::Ximple - XML in Perl River stage zero No dependents

XiMpLe is a simple XML parser created to provide a tree based XML parser with a more desirable data structure than what was currently availible on CPAN....

RELIANCE/XML-Ximple-1.02 - 06 Nov 2002 19:44:56 UTC

XML::Struct - Represent XML as data structure preserving element order River stage two • 6 direct dependents • 19 total dependents

XML::Struct implements a mapping between XML and Perl data structures. By default, the mapping preserves element order, so it also suits for "document-oriented" XML. In short, an XML element is represented as array reference with three parts: [ $name...

VOJ/XML-Struct-0.27 - 08 Jun 2018 22:43:27 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

XML::Simple - An API for simple XML files River stage three • 407 direct dependents • 650 total dependents

The XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules). Two functions are exported: "XMLin()" and "XMLout()". Note: you can explicitly request the lower cas...

GRANTM/XML-Simple-2.25 - 18 Mar 2018 03:19:24 UTC

XML::Pastor - Generate Perl classes with XML bindings starting from a W3C XSD Schema River stage zero No dependents

Java had CASTOR, and now Perl has XML::Pastor! If you know what Castor does in the Java world, then XML::Pastor should be familiar to you. If you have a W3C XSD schema, you can generate Perl classes with roundtrip XML bindings. Whereas Castor is limi...

AULUSOY/XML-Pastor-1.0.4 - 01 Dec 2012 22:32:03 UTC

XML::Element - XML elements with the same interface as HTML::Element River stage one • 5 direct dependents • 5 total dependents

This is just a subclass of HTML::Element. It works basically the same as HTML::Element, except that tagnames and attribute names aren't forced to lowercase, as they are in HTML::Element. HTML::Element describes everything you can do with this class....

JFEARN/XML-TreeBuilder-5.4 - 29 May 2014 00:24:07 UTC

XML::Records - Perlish record-oriented interface to XML River stage one • 1 direct dependent • 1 total dependent

XML::Records provides a single interface for processing XML data on a stream-oriented, tree-oriented, or record-oriented basis. A subclass of XML::TokeParser, it adds methods to read "records" and tree fragments from XML documents. In many documents,...

EBOHLMAN/XML-Records-0.12 - 05 Nov 2001 18:29:39 UTC

XML::Descent - Recursive descent XML parsing River stage one • 2 direct dependents • 7 total dependents

The conventional models for parsing XML are either DOM (a data structure representing the entire document tree is created) or SAX (callbacks are issued for each element in the XML). XML grammar is recursive - so it's nice to be able to write recursiv...

ANDYA/XML-Descent-1.04 - 29 May 2009 20:46:21 UTC

XML::Trivial - The trivial tool representing parsed XML as tree of read only objects. River stage zero No dependents

This module provides easy read only and random access to previously parsed XML documents in Perl. The xml declaration, elements, attributes, comments, text nodes, CDATA sections and processing instructions are implemented. Following limitations are a...

PAJOUT/XML-Trivial-0.06 - 12 Dec 2008 20:13:25 UTC

GraphViz::XML - Visualise XML as a tree River stage two • 29 direct dependents • 40 total dependents

This module makes it easy to visualise XML as a tree. XML is hard for humans to grasp, especially if the XML is computer-generated. This modules aims to visualise the XML as a graph in order to make the structure of the XML clear and to aid in unders...

ETJ/GraphViz-2.26 - 03 Mar 2023 18:32:44 UTC
33 results (0.04 seconds)