XML::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 GMT......
PERIGRIN/XML-SAX-Writer-0.57 - 17 Jul 2017 19:04:57 GMTXML::Writer::Compiler is a module which takes a sample XML document and creates a single class from it. This class contains methods for each tag of the XML. The instance of the class can generate XML with the content supplied via a hashref. Subclassi...
TBONE/XML-Writer-Compiler-1.112060 - 25 Jul 2011 18:29:25 GMTUplug::XML::Writer is basically a copy of XML::Writer version 0.4. It is included in Uplug for compatibility reasons. All credits go to the orgiginal authors. Note that the documentation is, therefore, also just a copy of the original documentation. ...
TIEDEMANN/uplug-main-0.3.8 - 16 Mar 2013 20:19:32 GMTThis module provides a simple way for writing TMX files....
AMBS/XML-TMX-0.36 - 07 Sep 2017 10:36:49 GMTPCIMPRICH/XML-STX-0.43 - 22 Dec 2004 13:54:46 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 GMTWhen nesting XML elements with XML::Writer, you have to manually close your startTags. Also, you dont necessarily have any visual feedback via indentation for each level of tag nesting. "XML::Writer::Nest" solves both of those problems. XML::Generato...
TBONE/XML-Writer-Nest-1.0 - 11 Dec 2009 14:22:03 GMTGraph::Writer::XML is a class for writing out a directed graph in a simple XML format. The graph must be an instance of the Graph class, which is actually a set of classes developed by Jarkko Hietaniemi. The XML format is designed to support the Grap...
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 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 GMTAMBS/XML-Writer-Simple-0.12 - 22 Sep 2014 18:45:49 GMT
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 GMTThis module writes an XML document, given as XML::Struct data structure, as stream of "SAX EVENTS". The default handler receives these events with XML::LibXML::SAX::Builder to build a DOM tree which can then be used to serialize the XML document as s...
VOJ/XML-Struct-0.27 - 08 Jun 2018 22:43:27 GMTThis is a convenience module for writing XML. It's a subclass of "XML::Writer", with a single convenience method so you usually won't have to deal with remembering to call "startTag()", "endTag()", and "emptyTag()". This module is lies somewhere in b...
MMCCLIMON/XML-Writer-Simpler-0.11 - 10 Dec 2013 00:54:46 GMTThis module acts as a NewsML-G2 version-independent base class for all writer classes. Depending on whether you want to create output for a News Item, Package Item or News Message, use one of the subclasses XML::NewsML_G2::Writer::News_Item, XML::New...
GORTAN/XML-NewsML_G2-v0.2.6 - 24 Feb 2015 16:10:01 GMTMethods for transforming information from a MAGE-OM objects into MAGE-ML....
JASONS/Bio-MAGE-Utils-20030502.0 - 14 May 2007 10:52:47 GMTBLX/XSDSQL_20130411 - 12 Apr 2013 13:28:01 GMT