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 - Search in distribution- XML::Parser::Expat - Lowlevel access to James Clark's expat XML parser
- XML::Parser::Style::Tree - Tree style parser
- XML::Parser::Style::Subs - glue for handling element callbacks
- 3 more results from XML-Parser »
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 distributionRDF/XML parser that implements the ODO::Parser interface....
EKAWAS/PLUTO-0.30 - 12 May 2011 23:49:49 UTC - Search in distribution- ODO::Parser::XML::Slow
- lib/ODO/Parser/XML/RDFAttributes.pm
- ODO - Ontologies, Databases and, Optimization
- 1 more result from PLUTO »
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- RPC::XML::Parser::XMLLibXML - A container class for XML::LibXML
- RPC::XML::Parser::XMLParser - A container class for XML::Parser
- RPC::XML::ParserFactory - A factory class for RPC::XML::Parser objects
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::DOM - A perl module for building DOM Level 1 compliant document structures
- XML::DOM::Attr - An XML attribute in XML::DOM
- XML::DOM::Document - An XML document node in XML::DOM
- 2 more results from XML-DOM »
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 distributionJHIVER/XML-Parser-REX-1.01 - 27 Apr 2012 03:23:41 UTC - Search in distribution
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::RSS::Parser::Feed - the root element of a parsed RSS feed.
- XML::RSS::Parser::Util - utility methods for working with XML::RSS::Parser.
- XML::RSS::Parser::Element - a node in the XML::RSS::Parser parse tree.
- 1 more result from XML-RSS-Parser »
PCIMPRICH/XML-STX-0.43 - 22 Dec 2004 13:54:46 UTC - Search in distribution
- XML::STX - a pure Perl STX processor
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- XML::Checker::Parser - an XML::Parser that validates at parse time
- XML::DOM - A perl module for building DOM Level 1 compliant document structures
- XQLParser/Parser.pm
- 14 more results from libxml-enno »
JOROL/Catmandu-MAB2-0.24 - 23 Mar 2020 11:06:15 UTC - Search in distribution
- Catmandu::MAB2 - Catmandu modules for working with MAB2 data.
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 distributionMARC::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 distributionMIDI::XML::Parser is a class for parsing a file in MidiXML format and storing it as standard MIDI file. Additionally, by subclassing other MIDI-XML classes, it may be converted to another XML format. EXPORT None by default....
BMAMES/MIDI-XML-0.02 - 24 Jan 2003 19:28:26 UTC - Search in distributionVOJ/PICA-Data-1.14 - 28 Jul 2020 08:43:48 UTC - Search in distribution
- PICA::Parser::Base - abstract base class of PICA parsers
- PICA::Parser::PPXML - PicaPlus-XML Parser (format variant of the Deutsche Nationalbiliothek)
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.
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 distributionTIMA/XML-XOXO-0.034 - 15 Apr 2005 17:24:56 UTC - Search in distribution
- XML::XOXO::Node - a node in the XML::RSS::Parser parse tree.
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 distributionWhen 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