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

Search results for "XML::Parser"

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 - Search in distribution

XML::PYX - XML to PYX generator River stage one • 1 direct dependent • 1 total dependent

After reading about PYX on XML.com, I thought it was a pretty cool idea, so I built this, to generate PYX from XML using perl. See http://www.xml.com/pub/2000/03/15/feature/index.html for an excellent introduction. The package contains 2 usable packa...

MSERGEANT/XML-PYX-0.07 - 21 Jun 2000 17:15:40 UTC - Search in distribution

ODO::Parser::XML - Parser for statements serialized to RDF/XML River stage one • 1 direct dependent • 1 total dependent

RDF/XML parser that implements the ODO::Parser interface....

EKAWAS/PLUTO-0.30 - 12 May 2011 23:49:49 UTC - Search in distribution

RPC::XML::Parser - Interface for parsers created by RPC::XML::ParserFactory River stage two • 37 direct dependents • 50 total dependents

The RPC::XML::Parser class encapsulates the interface for the parsing process. It is an empty class that is used in conjuntion with the RPC::XML::ParserFactory class. All parser implementations that are intended to be returned by calls to RPC::XML::P...

RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 UTC - Search in distribution

XML::DOM::Parser - An XML::Parser that builds XML::DOM document structures River stage two • 35 direct dependents • 56 total dependents

XML::DOM::Parser extends XML::Parser The XML::Parser module was written by Clark Cooper and is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser parses XML strings or files and build...

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

XML::DTD::Parser - Perl module for parsing XML DTDs River stage zero No dependents

XML::DTD::Parser is a support module for top level parsing of an XML DTD. The following methods are provided. new my $dp = new XML::DTD::Parser [ ($val) ]; Construct a new XML::DTD::Parser object. The parser will be validating, and hence will make pa...

WOHL/XML-DTD-0.11 - 09 Aug 2013 18:11:59 UTC - Search in distribution

XML::Parser::REX - XML Shallow Parsing with Regular Expressions River stage one • 1 direct dependent • 1 total dependent

JHIVER/XML-Parser-REX-1.01 - 27 Apr 2012 03:23:41 UTC - Search in distribution

XML::RSS::Parser - A liberal object-oriented parser for RSS feeds. River stage one • 3 direct dependents • 5 total dependents

XML::RSS::Parser is a lightweight liberal parser of RSS feeds. This parser is "liberal" in that it does not demand compliance of a specific RSS version and will attempt to gracefully handle tags it does not expect or understand. The parser's only req...

TIMA/XML-RSS-Parser-4.0 - 18 Nov 2005 18:33:44 UTC - Search in distribution

XML::STX::Parser - XML::STX stylesheet parser River stage zero No dependents

PCIMPRICH/XML-STX-0.43 - 22 Dec 2004 13:54:46 UTC - Search in distribution

XML::DOM::Parser - An XML::Parser that builds XML::DOM document structures River stage zero No dependents

XML::DOM::Parser extends XML::Parser The XML::Parser module was written by Clark Cooper and is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser parses XML strings or files and build...

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

MAB2::Parser::XML - MAB2 XML parser River stage zero No dependents

JOROL/Catmandu-MAB2-0.24 - 23 Mar 2020 11:06:15 UTC - Search in distribution

Kite::XML::Parser - XML parser for kite related markup River stage zero No dependents

This is a simple stack based parser built around the XML::Parser module. It parses XML text and instantiates Kite::XML::Node::* objects as it identifies various elements in the markup. These are automatically constructed into a tree (a.k.a 'grove'). ...

ABW/Kite-0.4 - 28 Feb 2001 15:12:52 UTC - Search in distribution
  • Kite::XML::Node - base class for XML parser nodes
  • Kite - collection of modules useful in Kite design and construction.

MARC::Parser::XML - Parser for MARC XML records River stage one • 1 direct dependent • 3 total dependents

MARC::Parser::XML is a lightweight, fault tolerant parser for MARC XML records. Tags, indicators and subfield codes are not validated against the MARC standard. The resulting data structure is optimized for usage with the Catmandu data tool kit....

JOROL/MARC-Parser-XML-0.03 - 14 Feb 2018 16:49:09 UTC - Search in distribution

PICA::Parser::XML - PICA+ XML parser River stage one • 1 direct dependent • 1 total dependent

VOJ/PICA-Data-2.12 - 28 Aug 2023 08:02:52 UTC - Search in distribution

XML::DOM2::Parser - Sax based xml parser for XML::DOM2 River stage zero No dependents

This parser was constructed using XML::SAX::PurePerl which Was known at the time to lack a number of calls which where important for dealing with things like document type and text formating and xml decls. hopfully in the future this will be fixed an...

DOCTORMO/XML-DOM2-0.06 - 29 Nov 2007 15:57:28 UTC - Search in distribution
  • XML::DOM2 - DOM controlled, strict XML module for extentable xml objects.

XML::Parser::Lite - Lightweight pure-perl XML Parser (based on regexps) River stage one • 3 direct dependents • 3 total dependents

This module implements an XML parser with a interface similar to XML::Parser. Though not all callbacks are supported, you should be able to use it in the same way you use XML::Parser. Due to using experimental regexp features it'll work only on Perl ...

PHRED/XML-Parser-Lite-0.722 - 20 Aug 2018 03:26:10 UTC - Search in distribution

XML::XOXO::Parser - A parser for Extensible Open XHTML Outlines (XOXO) markup. River stage zero No dependents

TIMA/XML-XOXO-0.034 - 15 Apr 2005 17:24:56 UTC - Search in distribution

Class::XML::Parser - Parses (and optionally validates against a DTD) an XML message into a user-defined class structure. River stage zero No dependents

This module allows for XML to be parsed into an user-defined object hierarchy. Additionally, the XML will be validated against it's DTD, if such is defined within the XML body, and XML::Checker::Parser is available. A note as to how the parsing is do...

MMORGAN/Class-XML-Parser-0.901 - 23 Nov 2006 20:28:50 UTC - Search in distribution

XML::Parser::Nodes - Extends XML::Parser River stage one • 1 direct dependent • 3 total dependents

When XML::Parser::parse is used without callback functions, the returned object can get pretty hairy for complex objects. XML::Parser::Nodes provides methods to access that object's internals as a sequence of nodes. XML::Parser::Nodes also has a cons...

TQISJIM/XML-Parser-Nodes-0.08 - 30 Apr 2013 04:00:06 UTC - Search in distribution

XML::LibXML::Parser - Parsing XML Data with XML::LibXML River stage three • 455 direct dependents • 913 total dependents

SHLOMIF/XML-LibXML-2.0210 - 24 Jan 2024 15:19:39 UTC - Search in distribution
964 results (0.144 seconds)