XML::RSS::LibXML - XML::RSS with XML::LibXML
XML::RSS::LibXML uses XML::LibXML (libxml2) for parsing RSS instead of XML::RSS' XML::Parser (expat), while trying to keep interface compatibility with XML::RSS. XML::RSS is an extremely handy tool, but it is unfortunately not exactly the most lean o...
DMAKI/XML-RSS-LibXML-0.3105 - 29 Apr 2014 22:32:04 UTC
XML::RSS::LibXML::ImplBase - Implementation Base For XML::RSS::LibXML
DMAKI/XML-RSS-LibXML-0.3105
-
29 Apr 2014 22:32:04 UTC
XML::RSS::LibXML::Namespaces - Utility Catalog For Known Namespacee
DMAKI/XML-RSS-LibXML-0.3105
-
29 Apr 2014 22:32:04 UTC
XML::RSS::LibXML::MagicElement - Represent A Non-Trivial RSS Element
This module is a handy object that allows users to access non-trivial RSS elements in XML::RSS style. For example, suppose you have an RSS feed with an element like the following: <channel> <title>Example</title> <tag attr1="foo" attr2="bar">baz</tag...
DMAKI/XML-RSS-LibXML-0.3105 - 29 Apr 2014 22:32:04 UTC
XML::RSS::Liberal - XML::RSS With A Liberal Parser
XML::RSS::Liberal is a subclass of XML::RSS::LibXML, for those of you who want to parse broken RSS files (as they often are). It uses XML::Liberal as its core parser, and therefore it can parse whatever broken XML you provided, so as long as XML::Lib...
DMAKI/XML-RSS-Liberal-0.04 - 26 Apr 2013 05:06:07 UTC
XML::Hash::LX - Convert hash to xml and xml to hash using LibXML
This module is a companion for "XML::LibXML". It operates with LibXML objects, could return or accept LibXML objects, and may be used for easy data transformations It is faster in parsing then XML::Simple, XML::Hash, XML::Twig and of course much slow...
MONS/XML-Hash-LX-0.07 - 07 Feb 2020 16:39:31 UTC
XML::XSH
This module implements XSH sripting language. XSH stands for XML (editing) SHell. XSH language is documented in XSH and on <http://xsh.sourceforge.net/doc>. The distribution package of XML::XSH module includes XSH shell interpreter called "xsh" (see ...
CHOROBA/XML-XSH-1.8.6 - 09 Mar 2018 23:41:22 UTC
XML::XSH2 - A powerfull scripting language/shell for XPath-based editing of XML
This module implements XSH sripting language. XSH stands for XML (editing) SHell. XSH language is documented in XSH and on <http://xsh.sourceforge.net/documentation.html>. The distribution package of XML::XSH2 module includes XSH shell interpreter ca...
CHOROBA/XML-XSH2-2.2.9 - 28 Apr 2021 18:24:18 UTC
XML::Feed - Syndication feed parser and auto-discovery
*XML::Feed* is a syndication feed parser for both RSS and Atom feeds. It also implements feed auto-discovery for finding feeds, given a URI. *XML::Feed* supports the following syndication feed formats: * RSS 0.91 * RSS 1.0 * RSS 2.0 * Atom The goal o...
DAVECROSS/XML-Feed-0.63 - 25 May 2021 07:43:57 UTC
XML::Twig - A perl module for processing huge XML documents in tree mode.
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::RSS::Tools - A tool-kit providing a wrapper around a HTTP client, a RSS parser, and a XSLT engine.
RSS/RDF feeds are commonly available ways of distributing or syndicating the latest news about a given web site. Weblog (blog) sites in particular are prolific generators of RSS feeds. This module provides a VERY high level way of manipulating them. ...
ATRICKETT/XML-RSS-Tools-0.34 - 27 May 2014 14:48:39 UTC
Test::XML::Count - Perl extension for testing element count at a certain depth
This test module allows you to check XML element counts. This is useful in testing applications which generate XML against known source data. At The New York Times, we use it during development to quickly verify that our RSS feeds meet very basic str...
AKAPLAN/Test-XML-Count-0.02 - 25 Mar 2008 20:54:26 UTC