The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:XML::LibXML::Document"

XML::LibXML::Overlay::Document - Overlays for XML files River stage zero No dependents

KALEX/XML-LibXML-Overlay-0.2 - 17 Dec 2009 09:35:04 UTC

lib/XML/OPML/LibXML/Document.pm River stage zero No dependents

MIYAGAWA/XML-OPML-LibXML-0.03 - 09 Oct 2006 19:32:09 UTC

Template::Plugin::XML::LibXML - XML::LibXML Template Toolkit Plugin River stage zero No dependents

This module provides a plugin for the XML::LibXML module. It can be utilised the same as any other Template Toolkit plugin, by using a USE statement from within a Template. The use statment will return a reference to root node of the parsed document ...

MARKF/Template-Plugin-XML-LibXML-1.07 - 12 Aug 2004 10:10:32 UTC

XML::SAX::IncrementalBuilder::LibXML - create DOM fragments from SAX events River stage one • 2 direct dependents • 2 total dependents

This module builds on XML::LibXML::SAX::Builder to build DOM fragments from SAX events. Instead of (or in addition to) creating a complete DOM tree, it splits up the document into chunks based on the depth they are in the tree....

MARTIJN/XML-SAX-IncrementalBuilder-LibXML-0.02 - 29 Jul 2008 13:15:56 UTC

LibXML.pm River stage three • 455 direct dependents • 913 total dependents

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

XML::LibXML::Augment - extend XML::LibXML::{Attr,Element,Document} on a per-namespace/element basis River stage one • 1 direct dependent • 1 total dependent

XML::LibXML is super-awesome. However, I don't know about you, but sometimes I wish it had some domain-specific knowledge. For example, if I have an XML::LibXML::Element which represents an HTML "<form>" element, why can't it have a "submit" method? ...

TOBYINK/XML-LibXML-Augment-0.004 - 16 Sep 2014 19:01:14 UTC

XML::XQL::DOM - Adds XQL support to XML::DOM nodes River stage zero No dependents

XML::XQL::DOM adds methods to XML::DOM nodes to support XQL queries on XML::DOM document structures. See XML::XQL and XML::XQL::Query for more details. XML::DOM::Node describes the xql() method....

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC

XML::DOM - A perl module for building DOM Level 1 compliant document structures River stage zero No dependents

This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML str...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC

CmpDOM.pm River stage zero No dependents

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 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::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

XML::Assert - Asserts XPaths into an XML Document for correct values/matches River stage zero No dependents

This module allows you to test XPaths into an XML Document to check that their number or values are what you expect. To test the number of nodes you expect to find, use the "assert_xpath_count()" method. To test the value of a node, use the "assert_x...

CHILTS/XML-Assert-0.03 - 18 Jul 2010 22:46:46 UTC

XML::DOM - A perl module for building DOM Level 1 compliant document structures River stage two • 35 direct dependents • 56 total dependents

This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML str...

TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC

XML::XML2JSON - Convert XML into JSON (and back again) using XML::LibXML River stage one • 2 direct dependents • 2 total dependents

I used Google for inspiration: http://code.google.com/apis/gdata/json.html In short: * The response is represented as a JSON object; each nested element or attribute is represented as a name/value property of the object. * Attributes are converted to...

KEN/XML-XML2JSON-0.06 - 22 Jan 2012 04:19:10 UTC

XML::XPathToXML - Generates XML document from XPath expressions River stage zero No dependents

Generates an XML document or node tree from one or more XPath expressions. Returnes an XML::LibXML::Document or XML::LibXML::Element. Has not been tested with all kinds of XPath expressions. It will most likely fail on complex ones. In the tradition ...

KGJERDE/XPathToXML-0.01 - 09 Sep 2002 15:38:05 UTC

XML::XSH River stage zero No dependents

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::Crawler - Crawl an XML document to create a Perl data structure which resembles the XML data structure. River stage zero No dependents

This: <?xml version="1.0"?> <fruit type="banana">yellow</fruit> Is translated to: [ '#document' => [ [ 'fruit' => { 'type' => 'banana' } => 'yellow' ] ] ] This: <?xml version="1.0"?> <contact-info> <name>Jane Smith</name> <company>AT&amp;T</company> ...

DYLAN/XML-Crawler-0.01 - 05 Aug 2010 06:33:58 UTC

XML::Diff - XML DOM-Tree based Diff & Patch Module River stage one • 1 direct dependent • 1 total dependent

This module provides methods for generating and applying an XML diffgram of two related XML files. The basis of the algorithm is tree-wise comparison using the DOM model as provided by XML::LibXML. The Diffgram is well-formed XML in the XVCS namespan...

TIMM/XML-Diff-0.05 - 12 Jul 2007 10:50:35 UTC

XML::XSS - XML stylesheet system River stage one • 1 direct dependent • 2 total dependents

Caution: this is alpha-quality software. Here be enough dragons to send Beowulf packing. Caveat maximus emptor. "XML::XSS" is a XML stylesheet system loosely similar to CSS and XSLT. A "XML::XSS" object is made up of rendering rules that dictate how ...

YANICK/XML-XSS-0.3.5 - 28 Nov 2017 23:39:17 UTC

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
152 results (0.052 seconds)