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 UTCThis module is for testing XML::Twig handlers....
SEMANTICO/Test-XML-0.08 - 02 Jul 2009 06:12:12 UTCThis 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 UTCThis 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 UTCXML::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.50 - 10 Feb 2021 19:11:37 UTCThis 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 UTCThis 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 UTCJENDA/XML-Rules-1.16 - 13 Dec 2012 21:20:26 UTC
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 UTCXML::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 UTCXML::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 UTCThe 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 UTCJava 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 UTCThis 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 UTCXML::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 UTCThe 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 UTCThis 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 UTCThis 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...
RSAVAGE/GraphViz-2.24 - 27 Dec 2016 00:13:13 UTC