The ultimate quest of this module is to produce from non-XML text text, that will will most probably pass throught any XML parser one could find. Basic cleaning is just XML tag matching (for every opening tag there will be closing tag as well, and th...
PKUBANEK/XML-Clean-1.06 - 21 Sep 2003 14:07:42 GMTThe ultimate quest of this module is to produce from non-XML text text, that will will most probably pass throught any XML parser one could find. Basic cleaning is just XML tag matching (for every opening tag there will be closing tag as well, and th...
PKUBANEK/XML-Clean-1.010101 - 26 Jul 2001 22:25:27 GMTXML::Easy is a collection of modules relating to the processing, parsing, and serialisation of XML data. It is oriented towards the use of XML to represent data for interchange purposes, rather than the use of XML as markup of principally textual dat...
ZEFRAM/XML-Easy-0.011 - 25 Jul 2017 14:39:06 GMTThis is another attempt to port jQuery to Perl "the DOM part and what ever could be run on the server side NOT client side" To create this module I went through jQuery.js and some times literally translated javascript functions to their perl equivale...
MAMOD/jQuery-0.004 - 14 Jun 2013 21:57:00 GMTThis module reads and writes XML into a simple object model. It is optimized for ease of creating code that interacts with XML. This module is not as powerful or as standards-compliant as say XML::LibXML, XML::SAX, XML::DOM, etc, but it's darn easy t...
CLOTHO/CAM-XML-1.14 - 02 Feb 2006 03:25:38 GMTXML/RDB version 1.1 ==================== A long-arse how-to & explanation: An XML document is an ideal transport for data between heterogeneous systems. XML documents are also an ideal way to represent hierarchical data generically. Yet when it comes...
METZZO/XML-RDB-1.3 - 30 Sep 2009 03:36:40 GMTThis 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 GMTThis 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 GMTThis 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 GMTJENDA/XML-Rules-1.16 - 13 Dec 2012 21:20:26 GMT
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 GMTBeautifies (converts to tree format) XML output from XML::Writer (soon to do any XML) to facilitate debugging XML or XML::Writer output....
TBOLIOLI/XML-Beautify-0.05 - 21 May 2002 01:20:48 GMTEdit data held in the XML format. Version 20190906. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....
PRBRENAN/Data-Edit-Xml-20190906 - 06 Sep 2019 14:23:29 GMTThis class implements a "clean up" filter for SAX events. It's mostly intended to be used by authors of SAX serializers (eg: XML::SAX::Writer, XML::Genx::SAXWriter). If the input event stream is incomplete in some fashion, it will attempt to correct ...
HDM/XML-Filter-Normalize-0.01 - 21 Oct 2005 20:58:14 GMTThis module is a SAX filter for sorting 'records' in XML documents (including documents larger than available memory). The "xmlsort" utility which is included with this distribution can be used to sort an XML file from the command line without writin...
GRANTM/XML-Filter-Sort-1.01 - 20 Apr 2005 20:13:36 GMTThis 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 GMT