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::SAX::Writer"

XML::SAX::Writer::XML - XML::SAX::Writer's SAX Handler River stage two • 24 direct dependents • 33 total dependents

......

PERIGRIN/XML-SAX-Writer-0.57 - 17 Jul 2017 19:04:57 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

XML::Handler::HTMLWriter - SAX Handler for writing HTML 4.0 River stage zero No dependents

This module is based on the rules for outputting HTML according to http://www.w3.org/TR/xslt - the XSLT specification. It is a subclass of XML::SAX::Writer, and the usage is the same as that module....

MSERGEANT/XML-Handler-HTMLWriter-2.01 - 30 Mar 2003 09:50:09 UTC

XML::Genx::SAXWriter - output a SAX stream using genx River stage zero No dependents

This class provides a means of writing output from a stream of SAX events. See XML::SAX and XML::SAX::Base for more details on what SAX is. Essentially, this is just a wrapper over XML::Genx, mapping calls from SAX to genx....

HDM/XML-Genx-0.22 - 08 Oct 2006 18:19:02 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::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::Handler::YAWriter - Yet another Perl SAX XML Writer River stage one • 1 direct dependent • 1 total dependent

YAWriter implements Yet Another XML::Handler::Writer. The reasons for this one are that I needed a flexible escaping technique, and want some kind of pretty printing. If an instance of YAWriter is created without any options, the default behavior is ...

KRAEHE/XML-Handler-YAWriter-0.23 - 28 Jan 2002 20:55:17 UTC

XML::Filter::XSLT - XSLT as a SAX Filter River stage zero No dependents

MSERGEANT/XML-Filter-XSLT-0.03 - 25 Feb 2002 13:11:12 UTC

XML::SAX::Builder - build XML documents using SAX River stage zero No dependents

This module is a set of classes to allow easy construction of XML documents, in particular in association with an XML::SAX pipeline. The default is to output the XML to stdout, although this is easily changed....

SEMANTICO/XML-SAX-Builder-0.02 - 24 Apr 2003 13:04:07 UTC

XML::STX - a pure Perl STX processor River stage zero No dependents

XML::STX is a pure Perl implementation of STX processor. Streaming Transformations for XML (STX) is a one-pass transformation language for XML documents that builds on the Simple API for XML (SAX). See http://stx.sourceforge.net/ for more details. De...

PCIMPRICH/XML-STX-0.43 - 22 Dec 2004 13:54:46 UTC

Xerces.pm River stage one • 2 direct dependents • 2 total dependents

JASONS/XML-Xerces-2.7.0-0 - 15 Mar 2006 09:09:56 UTC

XML::SAX::Machines - manage collections of SAX processors River stage zero No dependents

SAX machines are a way to gather and manage SAX processors without going nuts. Or at least without going completely nuts. Individual machines can also be like SAX processors; they don't need to parse or write anything: my $w = XML::SAX::Writer->new( ...

PERIGRIN/XML-SAX-Machines-0.46 - 19 Aug 2013 16:16:14 UTC

XML::SAX::Machine - Manage a collection of SAX processors River stage zero No dependents

WARNING: This API is alpha!!! It *will* be changing. A generic SAX machine (an instance of XML::SAX::Machine) is a container of SAX processors (referred to as "parts") connected in arbitrary ways. Each parameter to "Machine()" (or "XML::SAX::Machine-...

PERIGRIN/XML-SAX-Machines-0.46 - 19 Aug 2013 16:16: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::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

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::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::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::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::Simple - An API for simple XML files River stage three • 407 direct dependents • 650 total dependents

The 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 UTC
57 results (0.061 seconds)