Search results for "module:XML::Parser::Style::Tree"
XML::Parser::Style::Tree - Tree style parser
This module implements XML::Parser's Tree style parser. When parsing a document, "parse()" will return a parse tree for the document. Each node in the tree takes the form of a tag, content pair. Text nodes are represented with a pseudo-tag of "0" and...
TODDR/XML-Parser-2.46 - 24 Sep 2019 05:29:52 UTC
XML::Parser::Style::ETree - Parse xml to simple tree
MONS/XML-Parser-Style-EasyTree-0.09
-
27 Aug 2009 11:38:22 UTC
XML::Parser::Style::IxTree - Maintain tag attribute ordering when parsing XML into a tree
This module implements XML::Parser's IxTree style parser (same as 'XML::Parser::Style::Tree', but it keeps tag attributes in their original order, thanks to Tie::IxHash). This allows to parse and then reconstruct the original document with respect to...
AFAN/XML-Parser-Style-IxTree-1.0 - 06 Aug 2015 00:14:03 UTC
XML::Parser::Style::EasyTree - Parse xml to simple tree
MONS/XML-Parser-Style-EasyTree-0.09
-
27 Aug 2009 11:38:22 UTC
XML::Parser::EasyTree - Easier tree style for XML::Parser
XML::Parser::EasyTree adds a new "built-in" style called "EasyTree" to XML::Parser. Like XML::Parser's "Tree" style, setting this style causes the parser to build a lightweight tree structure representing the XML document. This structure is, at least...
EBOHLMAN/XML-Parser-EasyTree-0.01 - 24 Jan 2001 20:41:12 UTC
XML::Grove - Perl-style XML objects
XML::Grove is a tree-based object model for accessing the information set of parsed or stored XML, HTML, or SGML instances. XML::Grove objects are Perl hashes and arrays where you access the properties of the objects using normal Perl syntax: $text =...
KMACLEOD/XML-Grove-0.46alpha - 09 Sep 1999 23:06:59 UTC
XML::Tiny - simple lightweight parser for a subset of XML
XML::Tiny is a simple lightweight parser for a subset of XML...
DCANTRELL/XML-Tiny-2.07 - 17 Aug 2017 21:00:50 UTC
XML::Twig - A perl module for processing huge XML documents in tree mode.
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::DOM - A perl module for building DOM Level 1 compliant document structures
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::DOM - A perl module for building DOM Level 1 compliant document structures
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...
ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC
XML::SimpleObject - Perl extension allowing a simple object representation of a parsed XML::Parser tree.
This is a short and simple class allowing simple object access to a parsed XML::Parser tree, with methods for fetching children and attributes in as clean a manner as possible. My apologies for further polluting the XML:: space; this is a small and q...
DBRIAN/XML-SimpleObject-0.53 - 07 Mar 2003 00:47:50 UTC
XPC - XML Procedure Call
This class represents an XPC request or response. It uses XML::Parser to parse XML passed to its constructor....
GREGOR/XPC-0.2 - 13 Apr 2001 11:35:13 UTC
XML::Rules - parse XML and specify what and how to keep/process for individual tags
JENDA/XML-Rules-1.16
-
13 Dec 2012 21:20:26 UTC
XML::Parser - A perl module for parsing XML documents
This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is...
TODDR/XML-Parser-2.46 - 24 Sep 2019 05:29:52 UTC
XML::Registry - Perl module for loading and saving an XML registry.
XML::Registry can dump an XML registry to Perl code using Data::Dumper, or dump Perl code into an XML registry. This is done via the following 2 methods: XML::Registry::xml2pl XML::Registry::pl2xml This module was originally written for an article in...
EISEN/XML-Registry-0.02 - 26 Oct 1998 07:09:29 UTC
XML::Stream - Creates an XML Stream connection and parses return data
This module provides the user with methods to connect to a remote server, send a stream of XML to the server, and receive/parse an XML stream from the server. It is primarily based work for the Etherx XML router developed by the Jabber Development Te...
DAPATRICK/XML-Stream-1.24 - 22 Dec 2014 20:20:19 UTC
XML::Pastor - Generate Perl classes with XML bindings starting from a W3C XSD Schema
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::Lenient - extracts strings from HTML, XML and similarly tagged text.
What XML::Lenient is meant to parse markup languages such as HTML and XML in the knowledge that someone, somewhere, is going to break every rule in the book. It will handle malformed XML, wrongly nested HTML tags and everything else that I have throw...
DAVIES/XML-Lenient-1.0.1 - 15 Nov 2016 13:27:29 UTC
XML::Dataset - Extracts XML into Perl Datasets based upon a simple text profile markup language
Provides a simple means of parsing XML to return a selection of information based on a markup profile describing the XML structure and how the structure relates to a logical grouping of information ( a dataset )....
SPURIN/XML-Dataset-0.006 - 04 Apr 2014 15:22:04 UTC
XML::Elemental - simplistic and perlish handling of XML data.
XML::Elemental is a SAX-based package for easily parsing XML documents into a more native and mostly object-oriented perl form. The development of this package grew out of the desire for something more object-oriented then XML::Simple and was more si...
TIMA/XML-Elemental-2.11 - 24 Nov 2009 19:23:44 UTC