Search results for "module:XML::Writer"
XML::Writer - Perl extension for writing XML documents.
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.900 - 06 Oct 2020 12:45:38 UTC
XML::SAX::Writer::XML - XML::SAX::Writer's SAX Handler
......
PERIGRIN/XML-SAX-Writer-0.57 - 17 Jul 2017 19:04:57 UTC
XML::Writer::Compiler - create XML::Writer based classes whose instances can generate, refine and extend sample XML
XML::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 UTC
Uplug::XML::Writer - Perl extension for writing XML documents.
Uplug::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 UTC
XML::STX::Writer - a lightweight fallback SAX2 writer
PCIMPRICH/XML-STX-0.43
-
22 Dec 2004 13:54:46 UTC
XML::TMX::Writer - Perl extension for writing TMX files
This module provides a simple way for writing TMX files....
AMBS/XML-TMX-0.39 - 10 Jul 2022 18:36:22 UTC
XML::Writer::Lazy - Pass stringified XML to XML::Writer
Pass stringified XML to XML::Writer...
SARGIE/XML-Writer-Lazy-0.05 - 30 Mar 2018 01:17:27 UTC
Meta::Xml::Writer - XML::Writer with some extra stuff.
This 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 UTC
XML::Writer::Nest - dataElement() for when you need to embed elements, not data
When 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 UTC
Graph::Writer::XML - write out directed graph as XML
Graph::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.10 - 27 Mar 2021 17:31:55 UTC
XML::SAX::Writer - SAX2 XML Writer
Why 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 UTC
XML::Writer::Simple - Create XML files easily!
AMBS/XML-Writer-Simple-0.12
-
22 Sep 2014 18:45:49 UTC
XML::Struct::Writer - Write XML data structures to XML streams
This 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 UTC
XML::Writer::String - Capture output from XML::Writer.
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 UTC
XML::Writer::Simpler - Perl extension for writing XML data
This 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 UTC
XML::NewsML_G2::Writer - base class for XML DOM tree creation conforming to NewsML-G2 News Items, Package Items and News Messages
This 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...
CED/XML-NewsML_G2-v0.3.4 - 28 Nov 2019 14:57:16 UTC
Bio::MAGE::XML::Writer - a module for exporting MAGE-ML
Methods for transforming information from a MAGE-OM objects into MAGE-ML....
JASONS/Bio-MAGE-Utils-20030502.0 - 14 May 2007 10:52:47 UTC