Search results for "module:XML::Parser::Lite"
XML::Parser::Lite - Lightweight pure-perl XML Parser (based on regexps)
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
XML::DOM::Lite::Parser - Pure Perl Lite XML Parser
RHUNDT/XML-DOM-Lite-0.16
-
02 Jun 2017 19:38:43 UTC
XML::Parser::Lite::Tree - Lightweight XML tree builder
This is a singleton class for parsing XML into a tree structure. How does this differ from other XML tree generators? By using XML::Parser::Lite, which is a pure perl XML parser. Using this module you can tree-ify simple XML without having to compile...
IAMCAL/XML-Parser-Lite-Tree-0.14 - 04 Jun 2011 02:06:17 UTC
XML::RSS::Parser::Lite - A simple pure perl RSS parser.
XML::RSS::Parser::Lite is a simple pure perl RSS parser. It uses XML::Parser::Lite as backend. For the fields available via "get", please refer to the documentation: <http://www.rss-specifications.com/rss-specifications.htm>, for RSS v2.0: <http://cy...
TFPBL/RSS-Parser-Lite-0.12 - 01 Oct 2013 12:52:17 UTC
XML::Parser::Lite::Tree::XPath - XPath access to XML::Parser::Lite::Tree structures
This pure-Perl implementation of XPath is a complement to XML::Parser::Lite::Tree, a pure-Perl XML tree parser and builder. It aims to implement 100% of the W3C XPath specification....
IAMCAL/XML-Parser-Lite-Tree-XPath-0.24 - 20 Aug 2009 20:09:34 UTC
WebService::Simple::Parser::XML::Lite - Parse XML content using XML::Parser::Lite::Tree and XML::Parser::Lite::Tree::XPath
YUSUKEBE/WebService-Simple-0.25
-
31 Aug 2015 10:42:10 UTC
SOAP::Lite - Perl's Web Services Toolkit
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::LiteCopy - Lightweight regexp-based XML parser
This Perl 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 experimantal regexp features it'll work only on Perl 5....
IAMCAL/XML-Parser-Lite-Tree-0.14 - 04 Jun 2011 02:06:17 UTC
lib/XML/Parser/Lite/Tree/XPath/Tokener.pm
IAMCAL/XML-Parser-Lite-Tree-XPath-0.24
-
20 Aug 2009 20:09:34 UTC
lib/XML/Parser/Lite/Tree/XPath/Result.pm
IAMCAL/XML-Parser-Lite-Tree-XPath-0.24
-
20 Aug 2009 20:09:34 UTC
lib/XML/Parser/Lite/Tree/XPath/Token.pm
IAMCAL/XML-Parser-Lite-Tree-XPath-0.24
-
20 Aug 2009 20:09:34 UTC
lib/XML/Parser/Lite/Tree/XPath/Tree.pm
IAMCAL/XML-Parser-Lite-Tree-XPath-0.24
-
20 Aug 2009 20:09:34 UTC
lib/XML/Parser/Lite/Tree/XPath/Test.pm
IAMCAL/XML-Parser-Lite-Tree-XPath-0.24
-
20 Aug 2009 20:09:34 UTC
lib/XML/Parser/Lite/Tree/XPath/Eval.pm
IAMCAL/XML-Parser-Lite-Tree-XPath-0.24
-
20 Aug 2009 20:09:34 UTC
lib/XML/Parser/Lite/Tree/XPath/Axis.pm
IAMCAL/XML-Parser-Lite-Tree-XPath-0.24
-
20 Aug 2009 20:09:34 UTC
XML::DOM::Lite - Lite Pure Perl XML DOM Parser Kit
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::Bare - Minimal XML parser implemented via a C state engine
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::RSSLite - lightweight, "relaxed" RSS (and XML-ish) parser
This module attempts to extract the maximum amount of content from available documents, and is less concerned with XML compliance than alternatives. Rather than rely on XML::Parser, it uses heuristics and good old-fashioned Perl regular expressions. ...
JPIERCE/XML-RSSLite-0.17 - 10 Feb 2022 02:54:48 UTC