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

lib/XML/LibXML/Error.pm River stage three • 455 direct dependents • 913 total dependents

SHLOMIF/XML-LibXML-2.0210 - 24 Jan 2024 15:19:39 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::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

RPC::XML - A set of classes for core data, message and XML handling River stage two • 37 direct dependents • 50 total dependents

The RPC::XML package is an implementation of the XML-RPC standard. The package as a whole provides classes for data, for clients, for servers and for parsers (based on the XML::Parser and XML::LibXML packages from CPAN). This module provides a set of...

RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 UTC

XML::Toolset::LibXML - Interface to LibXML toolset River stage zero No dependents

XML::Toolset::LibXML is an interface to the LibXML validating parser which can be used with the XML::Toolset module....

SPADKINS/XML-Toolset-0.50 - 17 Apr 2007 13:34:01 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::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::Toolset - perform XML construction, parsing, validation, and XPath operations using whatever underlying XML library is available (ALPHA!) River stage zero No dependents

The XML-Toolset distribution is a wrapper which provides a simplified XML processing API which uses XPath to construct and dissect XML messages. The architecture of the XML-Toolset distribution allows for the user of the API to access XML capabilitie...

SPADKINS/XML-Toolset-0.50 - 17 Apr 2007 13:34:01 UTC

XML::Pastor - Generate Perl classes with XML bindings starting from a W3C XSD Schema River stage zero No dependents

Java had CASTOR, and now Perl has XML::Pastor! If you know what Castor does in the Java world, then XML::Pastor should be familiar to you. If you have a W3C XSD schema, you can generate Perl classes with roundtrip XML bindings. Whereas Castor is limi...

AULUSOY/XML-Pastor-1.0.4 - 01 Dec 2012 22:32:03 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::Compare - Test if two XML documents semantically the same River stage one • 3 direct dependents • 3 total dependents

This module allows you to test if two XML documents are semantically the same. This also holds true if different prefixes are being used for the xmlns, or if there is a default xmlns in place. This modules ignores XML Comments....

NEILB/XML-Compare-0.05 - 27 Nov 2015 22:00:15 UTC

XML::Validate - an XML validator factory River stage one • 3 direct dependents • 3 total dependents

XML::Validate is a generic interface to different XML validation backends. For a list of backend included with this distribution see the README. If you want to write your own backends, the easiest way is probably to subclass XML::Validate::Base. Look...

BBC/XML-Validate-1.025 - 19 Apr 2006 10:22:47 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::Validate::LibXML - Interface to LibXML validator River stage one • 3 direct dependents • 3 total dependents

XML::Validate::LibXML is an interface to the LibXML validating parser which can be used with the XML::Validate module....

BBC/XML-Validate-1.025 - 19 Apr 2006 10:22:47 UTC

XML::Sig::OO - Modern XML Signatured validation River stage zero No dependents

XML::Sig::OO is a project to create a stand alone perl module that does a good job creating and validating xml signatures. At its core This module is written around libxml2 better known as XML::LibXML....

AKALINUX/XML-Sig-OO-0.008 - 25 Nov 2021 10:29:17 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

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

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

XAS::Lib::XML - A class to manipulate XML documents River stage one • 6 direct dependents • 6 total dependents

This module is able to load, parse and validate a xml document....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 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
48 results (0.068 seconds)