XML::Dumper dumps Perl data to XML format. XML::Dumper can also read XML data that was previously dumped by the module and convert it back to Perl. You can use the module read the XML from a file and write the XML to a file. Perl objects are blessed ...
MIKEWONG/XML-Dumper-0.81 - 05 Apr 2006 20:21:12 GMTBPOSTLE/MKDoc-XML-0.75 - 10 Mar 2005 15:16:43 GMT
Please see the documentation in Data::Tabular::Dumper....
GWYN/Data-Tabular-Dumper-0.08 - 06 May 2009 18:28:40 GMTModule is used internally to Data::Serializer The only option currently supported is dtd. This just calls the dtd method of XML::Dumper prior to serializing the data. See XML::Dumper(3) for details. serialize - Wrapper to normalize serializer method ...
NEELY/Data-Serializer-0.60 - 21 Aug 2013 01:51:06 GMTRENEEB/XML-LibXML-TreeDumper-0.03 - 28 Nov 2018 19:31:29 GMT
Easy store and restore perl data structures. It use XML::Parser for read and XML::Writer for write xml....
ZAG/XML-Flow-0.86 - 24 Aug 2010 12:30:20 GMTXML::Mini is a set of Perl classes that allow you to access XML data and create valid XML output with a tree-based hierarchy of elements. The MiniXML API has both Perl and PHP implementations. It provides an easy, object-oriented interface for manipu...
PDEEGAN/XML-Mini-1.38 - 05 Feb 2008 00:13:17 GMTIntrusion Detection Interaction and Operations Messages (IDIOM) is an XML document format developed and used by Cisco's version 4.0 of their NIDS. This is a simple module for handling these documents is included with the distribution of the Net::RDEP...
JMINIERI/Net-RDEP-0.03 - 21 Jun 2005 17:29:46 GMTJENDA/XML-Rules-1.16 - 13 Dec 2012 21:20:26 GMT
TMHARISH/XML-Smart-1.78 - 12 Sep 2013 15:22:25 GMT
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 GMTXiMpLe 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 GMTXML::TreePP module parses an XML document and expands it for a hash tree. This generates an XML document from a hash tree as the opposite way around. This is a pure Perl implementation and requires no modules depended. This can also fetch and parse a...
KAWASAKI/XML-TreePP-0.43 - 17 Nov 2014 04:39:18 GMTThe 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 GMTJava 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 GMTSince in some environments it could be desirable to avoid installing Expat, XmlParser and blahblahblah, needed by most XML-related perl modules, my main scope was to obtain a fast xml library usable from perl (so with the possibility to expose a powe...
XANT/XML-TinyXML-0.34 - 18 Sep 2013 12:49:56 GMTProvides 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 GMTThis 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 GMT