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

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.46 - 24 Sep 2019 05:29:52 UTC

XML::Parser::Expat::Dispatched - Automagically dispatches subs to XML::Parser::Expat handlers River stage zero No dependents

This package provides a "new" method that produces some dispatch methods for "set_handlers" in XML::Parser::Expat. If you were using XML::Parser::Expat for parsing your XML, you'd probably end up with something like this: use XML::Parser::Expat; my $...

PATPATPAT/XML-Parser-Expat-Dispatched-0.952 - 07 Nov 2013 02:57:45 UTC

XML::SAX::Expat - SAX2 Driver for Expat (XML::Parser) River stage three • 7 direct dependents • 658 total dependents

This is an implementation of a SAX2 driver sitting on top of Expat (XML::Parser) which Ken MacLeod posted to perl-xml and which I have updated. It is still incomplete, though most of the basic SAX2 events should be available. The SAX2 spec is current...

BJOERN/XML-SAX-Expat-0.51 - 21 Jan 2014 01:50:43 UTC

XML::SAX::ExpatXS - Perl SAX 2 XS extension to Expat parser River stage one • 4 direct dependents • 4 total dependents

XML::SAX::ExpatXS is a direct XS extension to Expat XML parser. It implements Perl SAX 2.1 interface. See http://perl-xml.sourceforge.net/perl-sax/ for Perl SAX API description. Any deviations from the Perl SAX 2.1 specification are considered as bug...

PCIMPRICH/XML-SAX-ExpatXS-1.33 - 26 Oct 2012 07:55:01 UTC

XML::Bare - Minimal XML parser implemented via a C state engine River stage two • 11 direct dependents • 20 total dependents

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::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::Reader - Reading XML and providing path information based on a pull-parser. River stage one • 2 direct dependents • 2 total dependents

XML::Reader provides a simple and easy to use interface for sequentially parsing XML files (so called "pull-mode" parsing) and at the same time keeps track of the complete XML-path. It was developped as a wrapper on top of XML::Parser or XML::Parsepp...

KEICHNER/XML-Reader-0.67 - 21 Nov 2018 20:58:48 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.46 - 24 Sep 2019 05:29:52 UTC

XML::DOM - A perl module for building DOM Level 1 compliant document structures River stage two • 35 direct dependents • 56 total dependents

This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML str...

TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC

XML::DOM - A perl module for building DOM Level 1 compliant document structures River stage zero No dependents

This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML str...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 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::XQL - A perl module for querying XML tree structures with XQL River stage zero No dependents

The XML::XQL module implements the XQL (XML Query Language) proposal submitted to the XSL Working Group in September 1998. The spec can be found at: <http://www.w3.org/TandS/QL/QL98/pp/xql.html> Most of the contents related to the XQL syntax can also...

TJMATHER/XML-XQL-0.68 - 16 Jan 2003 21:59:00 UTC

XML::XQL - A perl module for querying XML tree structures with XQL River stage zero No dependents

The XML::XQL module implements the XQL (XML Query Language) proposal submitted to the XSL Working Group in September 1998. The spec can be found at: <http://www.w3.org/TandS/QL/QL98/pp/xql.html> Most of the contents related to the XQL syntax can also...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC

XML::Rules - parse XML and specify what and how to keep/process for individual tags River stage one • 1 direct dependent • 1 total dependent

JENDA/XML-Rules-1.16 - 13 Dec 2012 21:20:26 UTC

XML::DOM::Lite - Lite Pure Perl XML DOM Parser Kit River stage one • 1 direct dependent • 2 total dependents

XML::DOM::Lite is designed to be a reasonably fast, highly portable, XML parser kit written in pure perl, implementing the DOM standard quite closely. To keep performance up and footprint down. The standard pattern for using the XML::DOM::Lite parser...

RHUNDT/XML-DOM-Lite-0.16 - 02 Jun 2017 19:38:43 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

PApp::XML - pxml sections and more River stage zero No dependents

Apart from providing XML convinience functions, the PApp::XML module manages XML templates containing pappxml directives and perl code similar to phtml sections. Together with stylesheets (PApp::XSLT) this can be used to almost totally seperate conte...

MLEHMANN/PApp-2.3 - 02 Aug 2023 22:30:09 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

XML::Dumper - Perl module for dumping Perl objects from/to XML River stage two • 8 direct dependents • 13 total dependents

XML::Dumper dumps Perl data to XML format. XML::Dumper can also read XML data that was previously dumped by the module and convert it back to Perl. You can use the module read the XML from a file and write the XML to a file. Perl objects are blessed ...

MIKEWONG/XML-Dumper-0.81 - 05 Apr 2006 20:21:12 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
55 results (0.041 seconds)