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 GMTThis 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 GMTXML::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 GMTXML::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 GMTCXW/XML-Axk-0.001009 - 26 Apr 2019 12:51:32 GMT
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 GMTThis 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 GMTXML::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 GMTThis 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 GMT"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 GMTXML::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...
BHOLZMAN/XML-Generator-1.04 - 15 Jul 2011 12:49:30 GMTXML::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 GMTXML::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 GMTXML::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 GMTUse 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 GMTRHUNDT/XML-DOM-Lite-0.16 - 02 Jun 2017 19:38:43 GMT
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 GMTSablotron 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 GMTRHUNDT/XML-DOM-Lite-0.16 - 02 Jun 2017 19:38:43 GMT
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 GMT