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

XML::SAX::Writer::XML - XML::SAX::Writer's SAX Handler River stage two • 25 direct dependents • 34 total dependents

......

PERIGRIN/XML-SAX-Writer-0.57 - 17 Jul 2017 19:04:57 UTC

XML::SAX::Writer - SAX2 XML Writer River stage two • 25 direct dependents • 34 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::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::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

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

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::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::Generator::Pdb - Generate SAX events from a Palm PDB River stage zero No dependents

This module generates SAX1 events from a palm PDB database. In combination with an XML writer, this module can be used to convert a PDB to an XML description. If you plug this generator in a SAX pipeline (e.g. AxKit) you can manipulate a PDB just as ...

JOHANVDB/XML-Generator-Pdb-0.1 - 06 Apr 2003 21:23:11 UTC

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

This module implements a simple SAX filter that provides XInclude support. It does *NOT* support XPointer. XInclude is very simple, just include something like this in your XML document: <xi:include href="foo.xml" xmlns:xi="http://www.w3.org/2001/XIn...

MSERGEANT/XML-Filter-XInclude-1.0 - 21 Jan 2002 22:10:14 UTC

XML::SAX::Pipeline - Manage a linear pipeline of SAX processors River stage zero No dependents

An XML::SAX::Pipeline is a linear sequence SAX processors. Events passed to the pipeline are received by the "Intake" end of the pipeline and the last filter to process events in the pipeline passes the events out the "Exhaust" to the filter set as t...

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::Filter::EzPod - A SAX filter (for Pod::SAX) that makes writing Pod easier. River stage zero No dependents

Don't you just get sick of writing lists in pod? So much annoying vertical whitespace! I got sick of it too. So this filter turns something like: * A bullet * Point ** With extra levels ** Going *** Up ** and * Down ** And up again Into the appropria...

MSERGEANT/XML-Filter-EzPod-1.2 - 18 Oct 2006 18:04:17 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
57 results (0.048 seconds)