The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:XML::Entities::Data"

lib/XML/Entities/Data.pm River stage two • 4 direct dependents • 17 total dependents

SIXTEASE/XML-Entities-1.0002 - 17 Aug 2015 13:03:40 UTC

XML::Entities - Decode strings with XML entities River stage two • 4 direct dependents • 17 total dependents

Based upon the HTML::Entities module by Gisle Aas This module deals with decoding of strings with XML character entities. The module provides two functions: decode( $entity_set, $string, ... ) This routine replaces XML entities from $entity_set found...

SIXTEASE/XML-Entities-1.0002 - 17 Aug 2015 13:03:40 UTC

XML::Quick - Generate XML from hashes (and other data) River stage one • 1 direct dependent • 2 total dependents

This module generates XML from Perl data (typically a hash). It tries hard to produce something sane no matter what you pass it. It probably fails. When you use this module, it will export the "xml" function into your namespace. This function does ev...

ROBN/XML-Quick-0.07 - 19 Nov 2015 21:55:16 UTC

XML::Smart - A smart, easy and powerful way to access or create XML from fiels, data and URLs. River stage one • 9 direct dependents • 9 total dependents

TMHARISH/XML-Smart-1.78 - 12 Sep 2013 15:22:25 UTC

XML::RDB - Perl extension to convert XML files into RDB schemas and populate, and unpopulate them. Works with XML Schemas too. River stage zero No dependents

XML/RDB version 1.1 ==================== A long-arse how-to & explanation: An XML document is an ideal transport for data between heterogeneous systems. XML documents are also an ideal way to represent hierarchical data generically. Yet when it comes...

METZZO/XML-RDB-1.3 - 30 Sep 2009 03:36:40 UTC

XML::RSS - creates and updates RSS files River stage three • 41 direct dependents • 165 total dependents

This module provides a basic framework for creating and maintaining RDF Site Summary (RSS) files. This distribution also contains many examples that allow you to generate HTML from an RSS, convert between 0.9, 0.91, 1.0, and 2.0 version, and other ni...

SHLOMIF/XML-RSS-1.63 - 26 Dec 2023 17:02:41 UTC

XML::Tiny - simple lightweight parser for a subset of XML River stage two • 7 direct dependents • 15 total dependents

XML::Tiny is a simple lightweight parser for a subset of XML...

DCANTRELL/XML-Tiny-2.07 - 17 Aug 2017 21:00:50 UTC

XML::Code - Perl module for converting XML hash structures into plain text. River stage one • 1 direct dependent • 1 total dependent

XML::Code module is designed to enable simple object-oriented procedure of creating XML data. As soon as a programmer realizes that XML and OOP are kindred and have sibling connections he or she wants to use objects instead of plain text in the phase...

ANDY/XML-Code-0.4 - 02 May 2004 12:11:24 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::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

MKDoc::XML - The MKDoc XML Toolkit River stage two • 5 direct dependents • 10 total dependents

BPOSTLE/MKDoc-XML-0.75 - 10 Mar 2005 15:16:43 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::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

SOAP::Lite - Perl's Web Services Toolkit River stage three • 110 direct dependents • 144 total dependents

SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

XML::Parser - A perl module for parsing XML documents River stage four • 147 direct dependents • 1319 total dependents

This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is...

TODDR/XML-Parser-2.47 - 29 Dec 2023 00:31:09 UTC

XML::Grove - Perl-style XML objects River stage zero No dependents

XML::Grove is a tree-based object model for accessing the information set of parsed or stored XML, HTML, or SGML instances. XML::Grove objects are Perl hashes and arrays where you access the properties of the objects using normal Perl syntax: $text =...

KMACLEOD/XML-Grove-0.46alpha - 09 Sep 1999 23:06:59 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::Writer - Perl extension for writing XML documents. River stage three • 74 direct dependents • 433 total dependents

XML::Writer is a helper module for Perl programs that write an XML document. The module handles all escaping for attribute values and character data and constructs different types of markup, such as tags, comments, and processing instructions. By def...

JOSEPHW/XML-Writer-0.900 - 06 Oct 2020 12:45:38 UTC

XML::RSSLite - lightweight, "relaxed" RSS (and XML-ish) parser River stage one • 1 direct dependent • 1 total dependent

This module attempts to extract the maximum amount of content from available documents, and is less concerned with XML compliance than alternatives. Rather than rely on XML::Parser, it uses heuristics and good old-fashioned Perl regular expressions. ...

JPIERCE/XML-RSSLite-0.17 - 10 Feb 2022 02:54:48 UTC
64 results (0.055 seconds)