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

Search results for "module:XML::Stream::Parser"

XML::Stream::Parser - SAX XML Parser for XML Streams River stage two • 3 direct dependents • 12 total dependents

This module provides a very light weight parser...

DAPATRICK/XML-Stream-1.24 - 22 Dec 2014 20:20:19 UTC

XML::Stream::Parser::DTD - XML DTD Parser and Verifier River stage two • 3 direct dependents • 12 total dependents

This module provides the initial code for a DTD parser and verifier....

DAPATRICK/XML-Stream-1.24 - 22 Dec 2014 20:20:19 UTC

XML::Parser::Style::Stream - Stream style for XML::Parser River stage four • 147 direct dependents • 1319 total dependents

This style uses the Pkg option to find subs in a given package to call for each event. If none of the subs that this style looks for is there, then the effect of parsing with this style is to print a canonical copy of the document without comments or...

TODDR/XML-Parser-2.47 - 29 Dec 2023 00:31:09 UTC

XML::Flow - Store (restore) perl data structures in XML stream. River stage two • 6 direct dependents • 14 total dependents

Easy store and restore perl data structures. It use XML::Parser for read and XML::Writer for write xml....

ZAG/XML-Flow-0.86 - 24 Aug 2010 12:30:20 UTC

XML::Feed - Syndication feed parser and auto-discovery River stage two • 31 direct dependents • 93 total dependents

*XML::Feed* is a syndication feed parser for both RSS and Atom feeds. It also implements feed auto-discovery for finding feeds, given a URI. *XML::Feed* supports the following syndication feed formats: * RSS 0.91 * RSS 1.0 * RSS 2.0 * Atom The goal o...

DAVECROSS/XML-Feed-0.63 - 25 May 2021 07:43:57 UTC

XML::Stream - Creates an XML Stream connection and parses return data River stage two • 3 direct dependents • 12 total dependents

This module provides the user with methods to connect to a remote server, send a stream of XML to the server, and receive/parse an XML stream from the server. It is primarily based work for the Etherx XML router developed by the Jabber Development Te...

DAPATRICK/XML-Stream-1.24 - 22 Dec 2014 20:20:19 UTC

Pod::XML - Module to convert POD to XML River stage one • 2 direct dependents • 2 total dependents

This module uses Pod::Parser to parse POD and generates XML from the resulting parse stream. It uses its own format, described below....

MWILSON/Pod-XML-0.99 - 03 Feb 2007 16:57:06 UTC

XML::Liberal - Super liberal XML parser that parses broken XML River stage one • 5 direct dependents • 6 total dependents

XML::Liberal is a super liberal XML parser that can fix broken XML stream and create a DOM node out of it. This module is ALPHA SOFTWARE and its API and internal class layouts etc. are subject to change later....

MIYAGAWA/XML-Liberal-0.32 - 05 Mar 2022 19:23:46 UTC

CAM::XML - Encapsulation of a simple XML data structure River stage one • 1 direct dependent • 2 total dependents

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::Snap - Makes simple XML tasks a snap! River stage zero No dependents

MICHAEL/XML-Snap-0.04 - 27 May 2014 08:49:07 UTC

RPC::XML - A set of classes for core data, message and XML handling River stage two • 37 direct dependents • 50 total dependents

The RPC::XML package is an implementation of the XML-RPC standard. The package as a whole provides classes for data, for clients, for servers and for parsers (based on the XML::Parser and XML::LibXML packages from CPAN). This module provides a set of...

RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 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

MIDI::XML - Module for representing MIDI-XML objects. River stage zero No dependents

EXPORT None by default....

BMAMES/MIDI-XML-0.03 - 07 Jul 2008 04:58:19 UTC

XML::Twig - A perl module for processing huge XML documents in tree mode. River stage three • 82 direct dependents • 243 total dependents

This module provides a way to process XML documents. It is build on top of "XML::Parser". The module offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource...

MIROD/XML-Twig-3.52 - 23 Nov 2016 17:21:16 UTC

XML::ESISParser - Perl SAX parser using nsgmls River stage two • 8 direct dependents • 67 total dependents

"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::TokeParser - Simplified interface to XML::Parser River stage two • 3 direct dependents • 12 total dependents

XML::TokeParser provides a procedural ("pull mode") interface to XML::Parser in much the same way that Gisle Aas' HTML::TokeParser provides a procedural interface to HTML::Parser. XML::TokeParser splits its XML input up into "tokens," each correspond...

PODMASTER/XML-TokeParser-0.05 - 09 Jun 2003 10:19:47 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

SOAP::Lite - Perl's Web Services Toolkit River stage three • 110 direct dependents • 144 total dependents

SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

XML::Parser - A perl module for parsing XML documents River stage four • 147 direct dependents • 1319 total dependents

This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is...

TODDR/XML-Parser-2.47 - 29 Dec 2023 00:31:09 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
66 results (0.079 seconds)