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 "XML::Twig::XPath"

Twig/XPath.pm River stage three • 82 direct dependents • 243 total dependents

MIROD/XML-Twig-3.52 - 23 Nov 2016 17:21:16 UTC - Search in distribution
  • XML::Twig - A perl module for processing huge XML documents in tree mode.
  • xml_grep - grep XML files looking for specific elements
  • xml_split - cut a big XML file into smaller chunks

XML::Rabbit - Consume XML with Moose and xpath queries River stage one • 8 direct dependents • 8 total dependents

XML::Rabbit is a Moose-based class construction toolkit you can use to make XPath-based XML extractors with very little code. Each attribute in your class created with the above helper function is linked to an XPath query that is executed on your XML...

ROBINS/XML-Rabbit-0.4.1 - 18 Sep 2015 13:46:54 UTC - Search in distribution

Test::XMLElement - Perl extension for testing element properties using XML Twig River stage zero No dependents

This test module allows you to check some of the XML element properties. This is useful in testing applications which generate/validates XML. Input for this module is valid XML Element. This module contains wrapper subroutines which acts as testing b...

MURUGU/Test-XMLElement-0.04 - 05 Jan 2011 06:34:23 UTC - Search in distribution

xml_grep2 - grep XML files using XPath River stage zero No dependents

"xml_grep2" is a grep-like utility for XML files. It mimicks grep as much as possible with the major difference that the patterns are XPath expressions instead of regular expressions. When the results of the grep is a list of XML nodes (ie no option ...

MIROD/App-xml_grep2-0.14 - 14 Mar 2012 15:31:56 UTC - Search in distribution

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 - Search in distribution

HTML::Seamstress - HTML::Tree subclass for HTML templating via tree rewriting River stage one • 1 direct dependent • 1 total dependent

TBONE/HTML-Seamstress-6.112830 - 10 Oct 2011 16:08:41 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

OpenOffice::OODoc::Text - The text processing submodule of OpenOffice::OODoc River stage one • 6 direct dependents • 6 total dependents

This manual chapter describes the text-oriented methods of OpenOffice::OODoc, implemented by the OpenOffice::OODoc::Text class, and inherited by the OpenOffice::OODoc::Document class. These methods are not essentially dedicated to string processing; ...

JMGDOC/OpenOffice-OODoc-2.125 - 12 Jul 2010 17:11:36 UTC - Search in distribution

Bundle::BioPerl - A bundle to install external CPAN modules used by BioPerl 1.5.2 River stage zero No dependents

The BioPerl distribution from http://bioperl.org contains code and modules that may use or require additional 'external' perl modules for advanced functionality. Many of the external modules are not contained within the standard Perl distribution. Th...

CJFIELDS/Bundle-BioPerl-2.1.9 - 16 Jan 2015 20:05:40 UTC - Search in distribution

ODF::lpOD::Document - General ODF package handling and metadata River stage one • 2 direct dependents • 2 total dependents

This manual page describes the "odf_document", the common features of any "odf_part" of a "odf_document", and the particular features of the "odf_meta" and "odf_manifest" parts (that handle the global document metadata and the manifest of the associa...

ABEVERLEY/ODF-lpOD-1.200 - 06 Apr 2024 20:42:43 UTC - Search in distribution

Task::BeLike::LESPEA - Modules that LESPEA uses on a daily basis River stage zero No dependents

LESPEA/Task-BeLike-LESPEA-2.005000 - 12 Mar 2014 14:47:57 UTC - Search in distribution

XML::Records - Perlish record-oriented interface to XML River stage one • 1 direct dependent • 1 total dependent

XML::Records provides a single interface for processing XML data on a stream-oriented, tree-oriented, or record-oriented basis. A subclass of XML::TokeParser, it adds methods to read "records" and tree fragments from XML documents. In many documents,...

EBOHLMAN/XML-Records-0.12 - 05 Nov 2001 18:29:39 UTC - Search in distribution

Tree::XPathEngine - a re-usable XPath engine River stage one • 5 direct dependents • 9 total dependents

This module provides an XPath engine, that can be re-used by other module/classes that implement trees. It is designed to be compatible with Class::XPath, ie it passes its tests if you replace Class::XPath by Tree::XPathEngine. This code is a more or...

MIROD/Tree-XPathEngine-0.05 - 15 Feb 2006 15:48:34 UTC - Search in distribution

XML::Hash::LX - Convert hash to xml and xml to hash using LibXML River stage one • 7 direct dependents • 7 total dependents

This module is a companion for "XML::LibXML". It operates with LibXML objects, could return or accept LibXML objects, and may be used for easy data transformations It is faster in parsing then XML::Simple, XML::Hash, XML::Twig and of course much slow...

MONS/XML-Hash-LX-0.07 - 07 Feb 2020 16:39:31 UTC - Search in distribution

XML::XPathEngine - a re-usable XPath engine for DOM-like trees River stage three • 6 direct dependents • 211 total dependents

This module provides an XPath engine, that can be re-used by other module/classes that implement trees. In order to use the XPath engine, nodes in the user module need to mimick DOM nodes. The degree of similitude between the user tree and a DOM dict...

MIROD/XML-XPathEngine-0.14 - 17 May 2013 02:49:03 UTC - Search in distribution

XML::TreePuller - Pull interface to work with XML document fragments River stage one • 1 direct dependent • 1 total dependent

TRIDDLE/XML-TreePuller-0.1.2 - 04 May 2010 18:19:34 UTC - Search in distribution

XML::Filter::Dispatcher - Path based event dispatching with DOM support River stage zero No dependents

WARNING: Beta code alert. A SAX2 filter that dispatches SAX events based on "EventPath" patterns as the SAX events arrive. The SAX events are not buffered or converted to an in-memory document representation like a DOM tree. This provides for low lag...

RBS/XML-Filter-Dispatcher-0.52 - 04 Jun 2003 20:15:21 UTC - Search in distribution

XML::CuteQueries - A cute little query language for converting XML to Perl River stage zero No dependents

JETTERO/XML-CuteQueries-0.6614 - 01 Jun 2011 20:11:59 UTC - Search in distribution

Spreadsheet::ParseODS - read SXC and ODS files River stage one • 3 direct dependents • 4 total dependents

CORION/Spreadsheet-ReadSXC-0.38 - 21 Jul 2023 20:42:06 UTC - Search in distribution
23 results (0.108 seconds)