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 "module: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

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

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::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

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

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

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

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

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

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

XML::DOM::PerlSAX - Old name of XML::Handler::BuildDOM River stage zero No dependents

XML::DOM::PerlSAX was renamed to XML::Handler::BuildDOM to comply with naming conventions for PerlSAX filters/handlers. For backward compatibility, this package will remain in existence (it simply includes XML::Handler::BuildDOM), but it will print a...

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

XML::DOM::PerlSAX - Old name of XML::Handler::BuildDOM River stage two • 35 direct dependents • 55 total dependents

XML::DOM::PerlSAX was renamed to XML::Handler::BuildDOM to comply with naming conventions for PerlSAX filters/handlers. For backward compatibility, this package will remain in existence (it simply includes XML::Handler::BuildDOM), but it will print a...

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

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

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

XML::DOM::ValParser - an XML::DOM::Parser that validates at parse time River stage zero No dependents

Use XML::DOM::ValParser wherever you would use XML::DOM::Parser and your XML will be checked using XML::Checker at parse time. See XML::DOM for details on XML::DOM::Parser options. See XML::Checker for details on setting the fail handler (my_fail.) T...

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

XML::DOM::Lite::XSLT - XSLT engine for XML::DOM::Lite River stage one • 1 direct dependent • 2 total dependents

RHUNDT/XML-DOM-Lite-0.16 - 02 Jun 2017 19:38:43 UTC

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

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

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

RHUNDT/XML-DOM-Lite-0.16 - 02 Jun 2017 19:38:43 UTC

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

This is a Dom class for baseline XML files. The reason we cannot use the original XML::DOM::Parser is because of external file resolution which should be done according to the search path and that is precisely the only method which is derived here ov...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
248 results (0.048 seconds)