This module implements a bare-bones class specifically for the purpose of capturing data from the XML::Writer module. XML::Writer expects an IO::Handle object and writes XML data to the specified object (or STDOUT) via it's print() method. This modul...
SOLIVER/XML-Writer-String-0.1 - 06 Mar 2002 15:02:41 GMTXML::Writer is a helper module for Perl programs that write an XML document. The module handles all escaping for attribute values and character data and constructs different types of markup, such as tags, comments, and processing instructions. By def...
JOSEPHW/XML-Writer-0.625 - 05 Jun 2014 14:24:06 GMTWhy yet another XML Writer ? A new XML Writer was needed to match the SAX2 effort because quite naturally no existing writer understood SAX2. My first intention had been to start patching XML::Handler::YAWriter as it had previously been my favourite ...
PERIGRIN/XML-SAX-Writer-0.57 - 17 Jul 2017 19:04:57 GMTThis class is used for generating XML. The underlying library (genx) ensures that the output is well formed, canonical XML. That is, all characters are correctly encoded, namespaces are handled properly and so on. If you manage to generate non-well-f...
HDM/XML-Genx-0.22 - 08 Oct 2006 18:19:02 GMTLIDO is an XML Schema for Contributing Content to Cultural Heritage Repositories. The Lido::XML parser is a software tool that understands the Lido Schema and can parse the content of Lido XML files into a Perl hash and back....
HOCHSTEN/Lido-XML-0.07 - 09 Dec 2016 08:17:31 GMTThis is yet another simple feed writer. Not for parsing. Just to write. And as of 0.01, it only can write an RSS 2.0 feed. Then, what's the point? XML::RSS does almost fine. But when you pass it a long html for description, you'll see a lot of < ...
ISHIGAKI/XML-FeedWriter-0.06 - 17 Aug 2008 09:30:09 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 GMTWANDERER/XML-GSA-0.07 - 11 Feb 2014 09:49:14 GMT
Pass stringified XML to XML::Writer...
SARGIE/XML-Writer-Lazy-0.05 - 30 Mar 2018 01:17:27 GMTThis class extends the XML::Writer class which you can get from CPAN. The idea is that in the Meta project you will only use this class and thus I could add functionality to the writers used in this project without changing their code (and also fix b...
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 GMTEasy 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/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 GMTXML::API is a class for creating XML documents using object method calls. This class is meant for generating XML programatically and not for reading or parsing it. A document author calls the desired methods (representing elements) to create an XML t...
MLAWREN/XML-API-0.30 - 11 Apr 2016 13:05:58 GMTXML::ExtOn - SAX Handler designed for funny work with XML. It provides an easy-to-use interface for XML applications by adding objects. XML::ExtOn override some SAX events. Each time an SAX event starts, a method by that name prefixed with `on_' is c...
ZAG/XML-ExtOn-0.17 - 07 Aug 2011 18:23:55 GMTThis module has been written to provide easy and safe generation of XML. Unlike other modules, this one does not produce output as soon as it can, but only when calling the make() function. This is intentionally done to make sure that it will always ...
VADIMT/XML-Maker-0.01 - 08 Nov 2003 23:22:13 GMTResult Value The return value will be returned to the caller. For handlers, this is usually a "1" for success or some other value, such as a data structure that has been built or the result of a query. For generators and filters, it is important that...
RBS/XML-Filter-Essex-0.01 - 16 Jan 2003 20:27:36 GMTXML::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 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 GMT