The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "XML::DOM"

XML::DOM - A perl module for building DOM Level 1 compliant document structures River stage two • 35 direct dependents • 55 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 - Search in distribution

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 - Search in distribution

XML::Axk::DOM - DOM encapsulation for the axk XML processor River stage zero No dependents

CXW/XML-Axk-0.001009 - 26 Apr 2019 12:51:32 UTC - Search in distribution

Meta::Xml::Dom - XML/DOM parser. River stage zero No dependents

This object is here to be an XML::DOM::ValParser object which will hide some of the drawbacks of the Perl native XML::DOM::ValParser object. For instace, I would like to set, at runtime, whether the object will do validation or not. I would also like...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution

XML::DOM::Lite - Lite Pure Perl XML DOM Parser Kit River stage one • 1 direct dependent • 2 total dependents

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 - Search in distribution

XML::Tiny::DOM - wrapper for XML::Tiny to provide a DOMmish interface River stage zero No dependents

This is a small simple wrapper for XML::Tiny that makes it much easier to access information in the data structures returned by XML::Tiny....

DCANTRELL/XML-Tiny-DOM-1.1 - 15 Jul 2009 22:48:09 UTC - Search in distribution

XML::DOM::XPath - Perl extension to add XPath support to XML::DOM, using XML::XPath engine River stage one • 3 direct dependents • 3 total dependents

XML::DOM::XPath allows you to use XML::XPath methods to query a DOM. This is often much easier than relying only on getElementsByTagName. It lets you use all of the XML::DOM methods....

MIROD/XML-DOM-XPath-0.14 - 15 Apr 2008 15:35:41 UTC - Search in distribution

XML::DOM::YYLex - XML::DOM-specific part of XML::YYLex River stage zero No dependents

This module implements the parts of "XML::YYLex" that are specific to the XML::DOM module. Rather than interacting with this module directly you create instances of it through the factory method "create_object" defined in "XML::YYLex". Please read th...

BOEWE/XML-YYLex-0.04 - 13 Jan 2003 19:45:59 UTC - Search in distribution

XML::LibXML::DOM - XML::LibXML DOM Implementation River stage three • 460 direct dependents • 921 total dependents

XML::LibXML provides a lightweight interface to *modify* a node of the document tree generated by the XML::LibXML parser. This interface follows as far as possible the DOM Level 3 specification. In addition to the specified functions, XML::LibXML sup...

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

XML::Toolset::DOM - An intermediate base class which defines methods which are shared in common between the DOM-based XML::Toolset implementations River stage zero No dependents

XML::Toolset::DOM is an intermediate base class which defines methods which are shared in common between the DOM-based XML::Toolset implementations....

SPADKINS/XML-Toolset-0.50 - 17 Apr 2007 13:34:01 UTC - Search in distribution
  • XML::Toolset::XMLDOM - Interface to XML::DOM toolset
  • XML::Toolset - perform XML construction, parsing, validation, and XPath operations using whatever underlying XML library is available (ALPHA!)

XML::DOM::XML_Base - Apply xml:base to attribute values. River stage zero No dependents

"XML::DOM::XML_Base" implements the W3C XML Base specification as an extension to XML::DOM. XML Base spec (http://www.w3.org/TR/xmlbase/) says: The rules for determining the base URI can be summarized as follows (highest priority to lowest): [1] The ...

ALLENDAY/XML-DOM-XML_Base-0.02 - 16 Aug 2006 21:08:35 UTC - Search in distribution

XML::Generator::DOM - XML::Generator subclass for producing DOM trees instead of strings. River stage two • 12 direct dependents • 20 total dependents

XML::Generator::DOM subclasses XML::Generator in order to produce DOM trees instead of strings (see XML::Generator and XML::DOM). This module is still experimental and its semantics might change. Essentially, tag methods return XML::DOM::DocumentFrag...

TIMLEGGE/XML-Generator-1.13 - 30 Apr 2023 00:45:54 UTC - Search in distribution

XML::Sablotron::DOM - The DOM interface to Sablotron's internal structures River stage one • 1 direct dependent • 1 total dependent

Sablotron uses internally the DOM-like data structures to represent parsed XML trees. In the "sdom.h" header file is defined a subset of functions allowing the DOM access to these structures. What is it good for You may find this module useful if you...

PAVELH/XML-Sablotron-1.01 - 26 May 2005 08:48:46 UTC - Search in distribution

XML::DOM::BagOfTricks - Convenient XML DOM River stage zero No dependents

XML::DOM::BagOfTricks provides a bundle, or bag, of functions that make dealing with and creating DOM objects easier. The goal of this BagOfTricks is to deal with DOM and XML in a more perl friendly manner, using native idioms to fit in with the rest...

TEEJAY/XML-DOM-BagOfTricks-0.05 - 30 Mar 2005 12:39:34 UTC - Search in distribution

XML::DOM2::DOM::Element - A library of DOM (Document Object Model) methods for XML Elements. River stage zero No dependents

Provides all the DOM method for XML Elements...

DOCTORMO/XML-DOM2-0.06 - 29 Nov 2007 15:57:28 UTC - Search in distribution

Template::Plugin::XML::DOM - Plugin interface to XML::DOM River stage zero No dependents

This is a Template Toolkit plugin interfacing to the XML::DOM module. The plugin loads the XML::DOM module and creates an XML::DOM::Parser object which is stored internally. The parse() method can then be called on the plugin to parse an XML stream i...

ABW/Template-XML-2.17 - 09 Feb 2007 17:30:10 UTC - Search in distribution

XML::XSLT - A perl module for processing XSLT River stage one • 1 direct dependent • 1 total dependent

This module implements the W3C's XSLT specification. The goal is full implementation of this spec, but we have not yet achieved that. However, it already works well. See "XML::XSLT Commands" for the current status of each command. XML::XSLT makes use...

JSTOWE/XML-XSLT-0.48 - 20 Feb 2004 08:45:38 UTC - Search in distribution

DOM-ecmascript River stage zero No dependents

KMACLEOD/XML-Grove-0.46alpha - 09 Sep 1999 23:06:59 UTC - Search in distribution

XML::DOMBacked - objects backed by a DOM River stage zero No dependents

The "XML::DOMBacked" class lets you back an object on an XML DOM. Think of it as Class::DBI for XML files. You can specifiy things you want to be properties (nodes), attributes, and other objects. XML::DOMBacked takes care of the heavy lifting so tha...

JDUNCAN/XML-DOMBacked-1.00 - 20 Sep 2005 14:56:41 UTC - Search in distribution

XML::DOMHandler - Implements a call-back interface to DOM. River stage zero No dependents

This module creates a layer on top of DOM that allows you to program in a "push" style rather than "pull". Once the document has been parsed and you have a DOM object, you can call on the DOMHandler's traverse() method to apply a set of call-back rou...

ERIKRAY/XML-DOMHandler-1.0 - 20 Aug 2002 20:23:54 UTC - Search in distribution
321 results (0.125 seconds)