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

XML::Stream::Node - Functions to make building and parsing the tree easier to work with. River stage two • 3 direct dependents • 12 total dependents

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

lib/XML/Stream/XPath/Op.pm River stage two • 3 direct dependents • 12 total dependents

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

XML::miniXQL - Module for doing stream based XML queries River stage zero No dependents

This module provides a simplistic XQL like search engine for XML files. It only supports a subset of XQL, because it does all it's searching on streams, not on the document as a whole (unlike XML::XQL). For this reason, only ancestor relationships ar...

MSERGEANT/XML-miniXQL-0.04 - 16 Jun 1999 10:46:13 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

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

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

XML::Records - Perlish record-oriented interface to XML River stage one • 1 direct dependent • 1 total dependent

XML::Records provides a single interface for processing XML data on a stream-oriented, tree-oriented, or record-oriented basis. A subclass of XML::TokeParser, it adds methods to read "records" and tree fragments from XML documents. In many documents,...

EBOHLMAN/XML-Records-0.12 - 05 Nov 2001 18:29:39 UTC

XML::Descent - Recursive descent XML parsing River stage one • 2 direct dependents • 7 total dependents

The conventional models for parsing XML are either DOM (a data structure representing the entire document tree is created) or SAX (callbacks are issued for each element in the XML). XML grammar is recursive - so it's nice to be able to write recursiv...

ANDYA/XML-Descent-1.04 - 29 May 2009 20:46:21 UTC

XML::RPC::Enc - Base class for XML::RPC encoders River stage zero No dependents

MONS/XML-RPC-Fast-0.8 - 25 Jan 2012 11:54:50 UTC

XML::Hash::XS - Simple and fast hash to XML and XML to hash conversion written in C River stage one • 6 direct dependents • 7 total dependents

This module implements simple hash to XML and XML to hash conversion written in C. During conversion uses minimum of memory, XML or hash is written directly without building DOM. Some features are optional and are available with appropriate libraries...

YOREEK/XML-Hash-XS-0.56 - 13 Feb 2021 23:10:17 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

POE::Filter::XML - XML parsing for the POE framework River stage one • 3 direct dependents • 4 total dependents

POE::Filter::XML provides POE with a completely encapsulated XML parsing strategy for POE::Wheels that will be dealing with XML streams. The parser is XML::LibXML...

NPEREZ/POE-Filter-XML-1.140700 - 11 Mar 2014 22:00:01 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::Handler::Essex - Essex handler object (including XML::Filter::Essex) River stage zero No dependents

Defines (and exports, by default) "get()" and "get_...()" routines that allow an Essex handler and filter to pull events from the SAX stream. Pulling is handled in one of two ways: the entire input document is buffered if a perl earlier than 5.8.0 is...

RBS/XML-Filter-Essex-0.01 - 16 Jan 2003 20:27:36 UTC

XML::Filter::Digest River stage zero No dependents

Most XML tools aim to parse some simple XML and to produce some formatted output. XML::Filter::Digest aims to do the opposite. Many formats can now be parsed by a SAX Driver. XPath offers a smart way to write queries to XML. XML::Filter::Digest is a ...

KRAEHE/XML-Filter-Digest-0.06 - 13 Jun 2001 15:33:47 UTC

XML::Struct::Reader - Read XML streams into XML data structures River stage two • 6 direct dependents • 19 total dependents

This module reads an XML stream (via XML::LibXML::Reader) into XML::Struct/MicroXML data structures....

VOJ/XML-Struct-0.27 - 08 Jun 2018 22:43:27 UTC
26 results (0.088 seconds)