The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:XML::Writer::String"

XML::Writer::String - Capture output from XML::Writer. River stage one • 3 direct dependents • 3 total dependents

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 - Perl extension for writing XML documents. River stage three • 73 direct dependents • 167 total dependents

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 - SAX2 XML Writer River stage two • 24 direct dependents • 33 total dependents

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

lib/XML/XSH/Functions.pm River stage zero No dependents

CHOROBA/XML-XSH-1.8.6 - 09 Mar 2018 23:41:22 UTC

XML::Genx - A simple, correct XML writer River stage zero No dependents

This 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 UTC

Lido::XML - A Lido XML parser and writer River stage one • 3 direct dependents • 6 total dependents

LIDO 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 UTC

XML::FeedWriter - simple RSS writer River stage zero No dependents

This 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 &#x3C ...

ISHIGAKI/XML-FeedWriter-0.06 - 17 Aug 2008 09:30:09 UTC

XML::Beautify - Beautifies XML output from XML::Writer (soon to do any XML). River stage zero No dependents

Beautifies (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 UTC

XML::GSA - Creates xml in google search appliance (GSA) format River stage zero No dependents

WANDERER/XML-GSA-0.07 - 11 Feb 2014 09:49:14 UTC

XML::RDB - Perl extension to convert XML files into RDB schemas and populate, and unpopulate them. Works with XML Schemas too. River stage zero No dependents

XML/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 UTC

XML::Flow - Store (restore) perl data structures in XML stream. River stage two • 6 direct dependents • 14 total dependents

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 UTC

XML::Snap - Makes simple XML tasks a snap! River stage zero No dependents

MICHAEL/XML-Snap-0.04 - 27 May 2014 08:49:07 UTC

XML::API - Perl extension for writing XML River stage one • 1 direct dependent • 1 total dependent

XML::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 UTC

XML::Maker - OO Module for generating XML River stage zero No dependents

This 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 UTC

XML::ExtOn - The handler for expansion of Perl SAX by objects. River stage one • 2 direct dependents • 2 total dependents

XML::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 UTC

XML::Essex - Essex XML processing primitives River stage zero No dependents

Result 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 UTC

XML::Writer::Lazy - Pass stringified XML to XML::Writer River stage zero No dependents

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. River stage zero No dependents

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::Struct - Represent XML as data structure preserving element order River stage two • 6 direct dependents • 19 total dependents

XML::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 UTC

XML::Grove - Perl-style XML objects River stage zero No dependents

XML::Grove is a tree-based object model for accessing the information set of parsed or stored XML, HTML, or SGML instances. XML::Grove objects are Perl hashes and arrays where you access the properties of the objects using normal Perl syntax: $text =...

KMACLEOD/XML-Grove-0.46alpha - 09 Sep 1999 23:06:59 UTC
58 results (0.071 seconds)