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

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::LibXML::Devel::SetLineNumber - set the line number for an XML::LibXML::Node River stage zero No dependents

This module exports one function: "set_line_number($node, $number)" Sets a node's line number. Why in name of all that is good and holy would you want to do that? Frankly, you probably don't. And you probably shouldn't. There's just about one situtio...

TOBYINK/XML-LibXML-Devel-SetLineNumber-0.002 - 16 Sep 2014 19:26:36 UTC

XML::XQL - A perl module for querying XML tree structures with XQL River stage zero No dependents

The XML::XQL module implements the XQL (XML Query Language) proposal submitted to the XSL Working Group in September 1998. The spec can be found at: <http://www.w3.org/TandS/QL/QL98/pp/xql.html> Most of the contents related to the XQL syntax can also...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 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::SAX - Simple API for XML River stage four • 64 direct dependents • 1613 total dependents

XML::SAX is a SAX parser access API for Perl. It includes classes and APIs required for implementing SAX drivers, along with a factory class for returning any SAX parser installed on the user's system....

GRANTM/XML-SAX-1.02 - 14 Jun 2019 02:18:34 UTC

CAM::XML - Encapsulation of a simple XML data structure River stage one • 1 direct dependent • 2 total dependents

This module reads and writes XML into a simple object model. It is optimized for ease of creating code that interacts with XML. This module is not as powerful or as standards-compliant as say XML::LibXML, XML::SAX, XML::DOM, etc, but it's darn easy t...

CLOTHO/CAM-XML-1.14 - 02 Feb 2006 03:25:38 UTC

XML::Bare - Minimal XML parser implemented via a C state engine River stage two • 11 direct dependents • 20 total dependents

This module is a 'Bare' XML parser. It is implemented in C. The parser itself is a simple state engine that is less than 500 lines of C. The parser builds a C struct tree from input text. That C struct tree is converted to a Perl hash by a Perl funct...

CODECHILD/XML-Bare-0.53 - 12 Jul 2013 15:44:20 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::Tidy - tidy indenting of XML documents River stage two • 6 direct dependents • 18 total dependents

This module creates XML document objects (with inheritance from XML::XPath) to tidy mixed-content (i.e., non-data) text node indenting. There are also some other handy member functions to compress and expand your XML document object (into either a co...

PIP/XML-Tidy-1.20 - 09 Jul 2017 14:52:59 UTC

XML::Snap - Makes simple XML tasks a snap! River stage zero No dependents

MICHAEL/XML-Snap-0.04 - 27 May 2014 08:49:07 UTC

XML::Twig - A perl module for processing huge XML documents in tree mode. River stage three • 82 direct dependents • 243 total dependents

This module provides a way to process XML documents. It is build on top of "XML::Parser". The module offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource...

MIROD/XML-Twig-3.52 - 23 Nov 2016 17:21:16 UTC

XML::Rules - parse XML and specify what and how to keep/process for individual tags River stage one • 1 direct dependent • 1 total dependent

JENDA/XML-Rules-1.16 - 13 Dec 2012 21:20:26 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::Simple - An API for simple XML files River stage three • 407 direct dependents • 650 total dependents

The XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules). Two functions are exported: "XMLin()" and "XMLout()". Note: you can explicitly request the lower cas...

GRANTM/XML-Simple-2.25 - 18 Mar 2018 03:19:24 UTC

XML::Dataset - Extracts XML into Perl Datasets based upon a simple text profile markup language River stage zero No dependents

Provides a simple means of parsing XML to return a selection of information based on a markup profile describing the XML structure and how the structure relates to a logical grouping of information ( a dataset )....

SPURIN/XML-Dataset-0.006 - 04 Apr 2014 15:22:04 UTC

XML::Lenient - extracts strings from HTML, XML and similarly tagged text. River stage zero No dependents

What XML::Lenient is meant to parse markup languages such as HTML and XML in the knowledge that someone, somewhere, is going to break every rule in the book. It will handle malformed XML, wrongly nested HTML tags and everything else that I have throw...

DAVIES/XML-Lenient-1.0.1 - 15 Nov 2016 13:27:29 UTC

XML::LibXSLT - Interface to the GNOME libxslt library River stage two • 54 direct dependents • 87 total dependents

This module is an interface to the GNOME project's libxslt. This is an extremely good XSLT engine, highly compliant and also very fast. I have tests showing this to be more than twice as fast as Sablotron....

SHLOMIF/XML-LibXSLT-2.002001 - 10 Feb 2023 12:04:53 UTC

XML::Catalogs - Basic framework to provide DTD catalogs River stage one • 1 direct dependent • 2 total dependents

To properly parse named entities in an XML document, the parser must have access to the XML subformat's DTDs. XML::LibXML, for one, does not cache DTDs it downloads. Instead, it relies on them being in the system's XML catalog. This is not always con...

IKEGAMI/XML-Catalogs-v1.6.0 - 27 Nov 2023 01:19:26 UTC

XML::TinyXML - Little and efficient Perl module to manage xml data. River stage zero No dependents

Since in some environments it could be desirable to avoid installing Expat, XmlParser and blahblahblah, needed by most XML-related perl modules, my main scope was to obtain a fast xml library usable from perl (so with the possibility to expose a powe...

XANT/XML-TinyXML-0.34 - 18 Sep 2013 12:49:56 UTC

XML::Checker - A perl module for validating XML River stage zero No dependents

XML::Checker can be used in different ways to validate XML. See the manual pages of XML::Checker::Parser and XML::DOM::ValParser for more information. This document only describes common topics like error handling and the XML::Checker class itself. W...

TJMATHER/XML-Checker-0.13 - 11 Sep 2002 21:07:18 UTC
51 results (0.058 seconds)