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

XML::Stream::Namespace - Object to make defining Namespaces easier in XML::Stream. River stage two • 3 direct dependents • 12 total dependents

This module allows you to set and read elements from an XML::Stream Namespace....

DAPATRICK/XML-Stream-1.24 - 22 Dec 2014 20:20:19 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::Genx - A simple, correct XML writer River stage zero No dependents

This class is used for generating XML. The underlying library (genx) ensures that the output is well formed, canonical XML. That is, all characters are correctly encoded, namespaces are handled properly and so on. If you manage to generate non-well-f...

HDM/XML-Genx-0.22 - 08 Oct 2006 18:19:02 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

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

XML::MyXML - A simple-to-use XML module, for parsing and creating XML documents River stage zero No dependents

KARJALA/XML-MyXML-1.08 - 19 Oct 2021 09:52:41 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::TiePYX - Read or write XML data in PYX format via tied filehandle River stage zero No dependents

XML::TiePYX lets you use a tied filehandle to read from or write to an XML file or string. PYX is a line-oriented, parsed representation of XML developed by Sean McGrath (http://www.pyxie.org). Each line corresponds to one "event" in the XML, with th...

EBOHLMAN/XML-TiePYX-0.05 - 01 Jun 2001 11:26:45 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::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::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::ValidWriter - DOCTYPE driven valid XML output River stage zero No dependents

This module uses the DTD contained in an XML::Doctype to enable compile- and run-time checks of XML output validity. It also provides methods and functions named after the elements mentioned in the DTD. If an XML::ValidWriter uses a DTD that mentions...

PERIGRIN/XML-AutoWriter-0.4 - 11 Jun 2009 18:38:24 UTC

XML::CompactTree - builder of compact tree structures from XML documents River stage two • 2 direct dependents • 14 total dependents

This module provides functions that use XML::LibXML::Reader to parse an XML document into a parse tree formed of nested arrays (and hashes). It aims to be fast in doing that and to presreve all relevant information from the XML (including namespaces,...

PAJAS/XML-CompactTree-0.03 - 07 Apr 2009 13:13:38 UTC

XML::Atom::Entry - Atom entry River stage three • 45 direct dependents • 171 total dependents

MIYAGAWA/XML-Atom-0.43 - 28 Apr 2021 20:40:29 UTC

XML::Parser::Expat - Lowlevel access to James Clark's expat XML parser River stage four • 147 direct dependents • 1319 total dependents

This module provides an interface to James Clark's XML parser, expat. As in expat, a single instance of the parser can only parse one document. Calls to parsestring after the first for a given instance will die. Expat (and XML::Parser::Expat) are eve...

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

XML::Atom::Service - Atom Service Document object River stage one • 1 direct dependent • 3 total dependents

The Atom Publishing Protocol (Atompub) is a protocol for publishing and editing Web resources described at <http://www.ietf.org/internet-drafts/draft-ietf-atompub-protocol-17.txt> . XML::Atom::Service is an Service Document implementation. In the Ato...

TAKERU/XML-Atom-Service-v0.16.2 - 04 Apr 2012 02:35:34 UTC

XML::Handler::ExtOn - The handler for expansion of Perl SAX by objects. River stage zero No dependents

XML::Handler::ExtOn - SAX Handler designed for funny work with XML. It provides an easy-to-use interface for XML applications by adding objects. XML::Handler::ExtOn override some SAX events. Each time an SAX event starts, a method by that name prefix...

ZAG/XML-Handler-ExtOn-0.06 - 24 Nov 2008 09:57:15 UTC
32 results (0.041 seconds)