Search results for "module:XML::LibXML"

XML::RSS::LibXML - XML::RSS with XML::LibXML River stage one • 5 direct dependents • 7 total dependents

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::OPML::LibXML - Parse OPML document with LibXML parser River stage zero No dependents

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

Quiq::Xml::LibXml - Funktionale Erweiterungen von XML::LibXML River stage zero No dependents

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.214 - 21 Jan 2024 18:16:36 UTC

Meta::Xml::LibXML - extend/enhance the XML::LibXML module. River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage one • 1 direct dependent • 1 total dependent

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 River stage three • 455 direct dependents • 913 total dependents

"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.0210 - 24 Jan 2024 15:19:39 UTC

XML::LibXML::Proxy - Force LibXML to use a proxy for HTTP/HTTPS external entities River stage zero No dependents

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::Ferry - Marshall LibXML nodes and native objects River stage one • 1 direct dependent • 1 total dependent

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::jQuery - Fast, jQuery-like DOM manipulation over XML::LibXML River stage one • 2 direct dependents • 2 total dependents

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 River stage zero No dependents

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. River stage three • 455 direct dependents • 913 total dependents

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.0210 - 24 Jan 2024 15:19:39 UTC

XML::XUpdate::LibXML - Simple implementation of XUpdate format River stage one • 2 direct dependents • 2 total dependents

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::LibXML::Boolean - Boolean true/false values River stage three • 455 direct dependents • 913 total dependents

XML::LibXML::Boolean objects implement simple boolean true/false objects....

SHLOMIF/XML-LibXML-2.0210 - 24 Jan 2024 15:19:39 UTC

XML::Toolset::LibXML - Interface to LibXML toolset River stage zero No dependents

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 River stage zero No dependents

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::Literal - Simple string values. River stage three • 455 direct dependents • 913 total dependents

In XPath terms a Literal is what we know as a string....

SHLOMIF/XML-LibXML-2.0210 - 24 Jan 2024 15:19:39 UTC

jQuery - complete jQuery port to Perl River stage zero No dependents

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

XML::LibXML::Enhanced - adds convenience methods to XML::LibXML and LibXSLT River stage zero No dependents

STILLWELL/XML-LibXML-Enhanced-0.01 - 21 Mar 2006 23:29:57 UTC
306 results (0.05 seconds)