Search results for "module:XML::SAX::Writer"
XML::SAX::Writer::XML - XML::SAX::Writer's SAX Handler
......
PERIGRIN/XML-SAX-Writer-0.57 - 17 Jul 2017 19:04:57 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::Handler::HTMLWriter - SAX Handler for writing HTML 4.0
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
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
XML::Handler::YAWriter - Yet another Perl SAX XML Writer
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::ExtOn - The handler for expansion of Perl SAX by objects.
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::SAX::Builder - build XML documents using SAX
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
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
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
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
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
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
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
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.
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.
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