The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

XML::SAX::ParserFactory - Obtain a SAX parser River stage four • 64 direct dependents • 1613 total dependents

XML::SAX::ParserFactory is a factory class for providing an application with a Perl SAX2 XML parser. It is akin to DBI - a front end for other parser classes. Each new SAX2 parser installed will register itself with XML::SAX, and then it will become ...

GRANTM/XML-SAX-1.02 - 14 Jun 2019 02:18:34 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

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 - Simple API for XML River stage four • 64 direct dependents • 1613 total dependents

XML::SAX is a SAX parser access API for Perl. It includes classes and APIs required for implementing SAX drivers, along with a factory class for returning any SAX parser installed on the user's system....

GRANTM/XML-SAX-1.02 - 14 Jun 2019 02:18:34 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::Handler::2Simple - SAX => XML::Simple handler River stage zero No dependents

This module accepts a SAX stream and converts it in to a Perl data structure using XML::Simple. The resulting object can be passed to a subroutine and is returned after the parse. For example, here's a SAX machine that outputs all of the records in a...

RBS/XML-Handler-2Simple-0.1 - 15 Jan 2002 18:27:42 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::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

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

XML::SAX::ExpatNB - A nonblocking filehandle oriented XML::SAX parser, and a namespace consistency link, from XML::Parser::ExpatNB to XML::SAX::Expat::Incremental. River stage zero No dependents

XML::Parser::Expat has a variation, called XML::Parser::ExpatNB which is rather stupidly named, IMHO. It's a useful module, though, and in case you got here from there looking for an XML::SAX based wrapper for it, then one exists, but is not named XM...

NUFFIN/XML-SAX-ExpatNB-0.01 - 08 Jan 2005 23:49:10 UTC

XML::Filter::Normalize - Clean up SAX event streams River stage zero No dependents

This class implements a "clean up" filter for SAX events. It's mostly intended to be used by authors of SAX serializers (eg: XML::SAX::Writer, XML::Genx::SAXWriter). If the input event stream is incomplete in some fashion, it will attempt to correct ...

HDM/XML-Filter-Normalize-0.01 - 21 Oct 2005 20:58:14 UTC

XML::Template::Parser - SAX handler for parsing XML::Template documents. River stage zero No dependents

This module is the XML::Template document parser. It is implemented as an XML::SAX handler. Whenever an element in a namespace that has been configured is encountered, a subroutine is called in the Perl module associated with the namespace. The subro...

EMRYS/XML-Template-3.20 - 26 Dec 2003 17:11:27 UTC

XML::Filter::Merger - Assemble multiple SAX streams in to one document River stage zero No dependents

Combines several documents in to one "manifold" document. This can be done in two ways, both of which start by parsing a master document in to which (the guts of) secondary documents will be inserted. Inlining Secondary Documents The most SAX-like wa...

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

IOC::Config::XML - An XML Config reader for IOC River stage one • 1 direct dependent • 1 total dependent

This is the second version of an XML configuration module for IOC. The first version used XML::Simple, which is a great module, but not really the best fit for this. I have now ported this over to use XML::SAX, which is much more flexible solution (n...

STEVAN/IOC-0.29 - 27 Apr 2007 00:57:28 UTC

XML::Handler::Pdb - Generate a Palm PDB from XML data River stage zero No dependents

With this module one can generate a Palm database (.pdb file) from an XML description. The datatypes supported by this module are targetted towards NSBasic. The NSBasic IDE is a superb way of creating PalmOS applications, more can be found on http://...

JOHANVDB/XML-Handler-Pdb-0.2 - 06 Apr 2003 21:21:20 UTC

XML::Toolkit::Builder - A set of tools for Building XML Classes via XML::SAX Streams River stage one • 1 direct dependent • 1 total dependent

PERIGRIN/XML-Toolkit-0.15 - 04 Apr 2012 07:44:38 UTC

XML::Filter::Cache - a SAX2 recorder/playback mechanism River stage zero No dependents

This is a very simple filter module for SAX2 events. By default it caches events into a big binary file on disk (the cache files are generally much larger than the original XML at the moment, but I'll work on that), but the storage backend is pluggab...

MSERGEANT/XML-Filter-Cache-0.03 - 30 Jan 2002 12:51:03 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::Toolkit::Loader - A set of tools for Loading XML into Moose Objects River stage one • 1 direct dependent • 1 total dependent

PERIGRIN/XML-Toolkit-0.15 - 04 Apr 2012 07:44:38 UTC
35 results (0.036 seconds)