XML::SAX::Simple - SAX version of XML::Simple.
"XML::SAX::Simple" is a very simple version of XML::Simple but for SAX.It can be used as a complete drop-in replacement for XML::Simple. See the documentation for XML::Simple for details....
MANWAR/XML-SAX-Simple-0.08 - 28 Nov 2016 11:20:02 UTC
XML::SAX::SimpleDispatcher - SAX handler to dispatch subroutines based on XPath like simple path and name of children tags under that node.
XML::SAX::SimpleDispatcher dispatches subroutine calls based on a XPath like path. This can be handy tweaking children nodes data while parsing data by SAX parser....
SEKIMURA/XML-SAX-SimpleDispatcher-0.02 - 10 Mar 2009 04:12:59 UTC
XML::SAX - Simple API for XML
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::Handler::2Simple - SAX => XML::Simple handler
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::ESISParser - Perl SAX parser using nsgmls
"XML::ESISParser" is a Perl SAX parser using the `nsgmls' command of James Clark's SGML Parser (SP), a validating XML and SGML parser. This man page summarizes the specific options, handlers, and properties supported by "XML::ESISParser"; please refe...
KMACLEOD/libxml-perl-0.08 - 21 Aug 2004 02:34:03 UTC
XML::Perl2SAX - translate Perl SAX methods to Java/CORBA style methods
"XML::Perl2SAX" is a SAX filter that translates Perl style SAX methods to Java/CORBA style method calls. This module performs the inverse operation from "XML::SAX2Perl". "Perl2SAX" is a Perl SAX document handler. The `"new"' method takes a `"handler"...
KMACLEOD/libxml-perl-0.08 - 21 Aug 2004 02:34:03 UTC
XML::SAX2Perl - translate Java/CORBA style SAX methods to Perl methods
"XML::SAX2Perl" is a SAX filter that translates Java/CORBA style SAX methods to Perl style method calls. This man page summarizes the specific options, handlers, and properties supported by "XML::SAX2Perl"; please refer to the Perl SAX standard "XML:...
KMACLEOD/libxml-perl-0.08 - 21 Aug 2004 02:34:03 UTC
XML::SAX::Base - Base class SAX Drivers and Filters
This module has a very simple task - to be a base class for PerlSAX drivers and filters. It's default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for examp...
GRANTM/XML-SAX-Base-1.09 - 03 Apr 2017 09:00:25 UTC
CAM::XML - Encapsulation of a simple XML data structure
This module reads and writes XML into a simple object model. It is optimized for ease of creating code that interacts with XML. This module is not as powerful or as standards-compliant as say XML::LibXML, XML::SAX, XML::DOM, etc, but it's darn easy t...
CLOTHO/CAM-XML-1.14 - 02 Feb 2006 03:25:38 UTC
XML::NamespaceFactory - Simple factory objects for SAX namespaced names.
Simply create a new XML::NamespaceFactory object with the namespace you wish to use as its single parameter. If you wish to use the empty namespace, simply pass in an empty string (but undef will not do). Then, when you want to get a JClark name, cal...
PERIGRIN/XML-NamespaceFactory-1.02 - 03 Jul 2014 04:58:46 UTC
XML::Simple - An API for simple XML files
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::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::SAX::Exception - Exception classes for XML::SAX
This module is the base class for all SAX Exceptions, those defined in the spec as well as those that one may create for one's own SAX errors. There are three subclasses included, corresponding to those of the SAX spec: XML::SAX::Exception::NotSuppor...
GRANTM/XML-SAX-Base-1.09 - 03 Apr 2017 09:00:25 UTC
XML::Filter::Sort - SAX filter for sorting elements in XML
This module is a SAX filter for sorting 'records' in XML documents (including documents larger than available memory). The "xmlsort" utility which is included with this distribution can be used to sort an XML file from the command line without writin...
GRANTM/XML-Filter-Sort-1.01 - 20 Apr 2005 20:13:36 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::Bare - Minimal XML parser implemented via a C state engine
This module is a 'Bare' XML parser. It is implemented in C. The parser itself is a simple state engine that is less than 500 lines of C. The parser builds a C struct tree from input text. That C struct tree is converted to a Perl hash by a Perl funct...
CODECHILD/XML-Bare-0.53 - 12 Jul 2013 15:44:20 UTC
XML::Dataset - Extracts XML into Perl Datasets based upon a simple text profile markup language
Provides a simple means of parsing XML to return a selection of information based on a markup profile describing the XML structure and how the structure relates to a logical grouping of information ( a dataset )....
SPURIN/XML-Dataset-0.006 - 04 Apr 2014 15:22:04 UTC
XML::YYLex - Perl module for using perl-byacc with XML-data
XML::YYLex implements an abstract base-class that can be subclassed for specific DOM-parsers. As of this writing, "XML::DOM" and "XML::Sablotron::DOM" are supported, but others might be easily added. If you want to add support for another DOM-parser,...
BOEWE/XML-YYLex-0.04 - 13 Jan 2003 19:45:59 UTC