Search results for "module:XML::LibXML"
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
Quiq::Xml::LibXml - Funktionale Erweiterungen von XML::LibXML
Dieses Modul lädt XML::LibXML und erweitert dessen Klassen um zusätzliche Funktionalität. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: Non-ASCII character seen before =encoding in 'lädt'. Assumi...
FSEITZ/Quiq-1.210 - 26 May 2023 03:29:46 UTC
XML::OPML::LibXML - Parse OPML document with LibXML parser
XML::OPML::LibXML is an OPML parser written using XML::LibXML. This module is part of spin-off CPANization of Plagger plugins. For now, all this module does is just parsing an OPML document. The API is very simple and limited to low-level access, yet...
MIYAGAWA/XML-OPML-LibXML-0.03 - 09 Oct 2006 19:32:09 UTC
Meta::Xml::LibXML - extend/enhance the XML::LibXML module.
This class extends the XML::LibXML class to do aegis path resolution. Just call the new_aegis method and get a parser which does that for you....
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
XML::LibXML::Tools - An API for easy XML::LibXML DOM manipulation
Hands an interface for merging, updating, adding and deleting a XML::LibXML::Document in an easy fashion....
SINISTER/XML-LibXML-Tools-1.00 - 31 Jan 2007 11:37:12 UTC
XML::LibXML::Fixup - apply regexes to XML to fix validation and parsing errors
This module provides an interface to an XML parser to parse and validate XML files. The module allows fixups to be applied to non-parsing and non-validating XML. For full documentation, see the POD documentation for XML::LibXML. The documentation in ...
NWETTERS/XML-LibXML-Fixup-0.03 - 26 Sep 2002 11:30:57 UTC
XML::LibXML::Cache - Document cache for XML::LibXML
XML::LibXML::Cache is a cache for XML::LibXML documents loaded from files. It is useful to speed up loading of XML files in persistent web applications. This module caches the document object after the first load and returns the cached version on sub...
NWELLNHOF/XML-LibXML-Cache-0.14 - 15 Jan 2020 15:03:17 UTC
XML::LibXML::Devel - makes functions from LibXML.xs available
"XML::LibXML::Devel" makes functions from LibXML.xs available that are needed to wrap libxml2 nodes in and out of XML::LibXML::Nodes. This gives cleaner dependencies than using LibXML.so directly. To XS a library that uses libxml2 nodes the first ste...
SHLOMIF/XML-LibXML-2.0208 - 30 Sep 2022 03:29:15 UTC
XML::LibXML::Ferry - Marshall LibXML nodes and native objects
Adds higher-level methods to XML::LibXML::Element to very expressively traverse and create XML fragments to/from your custom objects....
LIS/XML-LibXML-Ferry-v0.8.5 - 22 Jan 2018 12:21:46 UTC
XML::LibXML::Proxy - Force LibXML to use a proxy for HTTP/HTTPS external entities
Force XML::LibXML to use a proxy using LWP::UserAgent as its external entity loader, instead of connecting directly to remote servers. Adds HTTPS support as a bonus. LibXML's native HTTP client has no proxy support, and the mere parsing or validating...
LIS/XML-LibXML-Proxy-v0.1.1 - 22 Jan 2018 12:17:42 UTC
XML::LibXML::jQuery - Fast, jQuery-like DOM manipulation over XML::LibXML
XML::LibXML::jQuery is a jQuery-like DOM manipulation module build on top of XML::LibXML for speed. The goal is to be as fast as possible, and as compatible as possible with the javascript version of jQuery. Unlike similar modules, web fetching funct...
CAFEGRATZ/XML-LibXML-jQuery-0.08 - 23 Jul 2016 17:53:08 UTC
XML::LibXML::xmlsec - XML signing/encription using xmlsec library
XML::LibXML::xmlsec is a bind module for xmlsec, a C library aimed for XML digital signature and encryption as described in W3C standards. INSTALLATION You must have a running xmlsec library, which in turns has several dependencies. There are xmlsec ...
ESTRELOW/XML-LibXML-xmlsec-0.03 - 24 Aug 2022 15:00:24 UTC
XML::LibXML::Number - Simple numeric values.
This class holds simple numeric values. It doesn't support -0, +/- Infinity, or NaN, as the XPath spec says it should, but I'm not hurting anyone I don't think....
SHLOMIF/XML-LibXML-2.0208 - 30 Sep 2022 03:29:15 UTC
XML::XUpdate::LibXML - Simple implementation of XUpdate format
This module implements the XUpdate format described in XUpdate Working Draft from 2000-09-14 (http://www.xmldb.org/xupdate/xupdate-wd.html). The implementation is based on XML::LibXML DOM API. "new" my $xupdate = XML::XUpdate::LibXML->new(); Creates ...
PAJAS/XML-XUpdate-LibXML-0.6.0 - 12 May 2005 15:08:24 UTC
XML::Toolset::LibXML - Interface to LibXML toolset
XML::Toolset::LibXML is an interface to the LibXML validating parser which can be used with the XML::Toolset module....
SPADKINS/XML-Toolset-0.50 - 17 Apr 2007 13:34:01 UTC
XML::LibXML::Overlay - Overlays for XML files
XML::LibXML::Overlay allowes to apply overlay files to XML files. This modul is a rewirte of XML::Overlay, but it uses plain XML::LibXML instead of the Class::XML thru XML::Parser stack....
KALEX/XML-LibXML-Overlay-0.2 - 17 Dec 2009 09:35:04 UTC
XML::LibXML::Boolean - Boolean true/false values
XML::LibXML::Boolean objects implement simple boolean true/false objects....
SHLOMIF/XML-LibXML-2.0208 - 30 Sep 2022 03:29:15 UTC
XML::LibXML::Literal - Simple string values.
In XPath terms a Literal is what we know as a string....
SHLOMIF/XML-LibXML-2.0208 - 30 Sep 2022 03:29:15 UTC
jQuery - complete jQuery port to Perl
This is another attempt to port jQuery to Perl "the DOM part and what ever could be run on the server side NOT client side" To create this module I went through jQuery.js and some times literally translated javascript functions to their perl equivale...
MAMOD/jQuery-0.004 - 14 Jun 2013 21:57:00 UTC