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"

XML::RSS::LibXML - XML::RSS with XML::LibXML River stage one • 5 direct dependents • 7 total dependents

XML::RSS::LibXML uses XML::LibXML (libxml2) for parsing RSS instead of XML::RSS' XML::Parser (expat), while trying to keep interface compatibility with XML::RSS. XML::RSS is an extremely handy tool, but it is unfortunately not exactly the most lean o...

DMAKI/XML-RSS-LibXML-0.3105 - 29 Apr 2014 22:32:04 UTC - Search in distribution

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

Meta::Xml::LibXML - extend/enhance the XML::LibXML module. River stage zero No dependents

This class extends the XML::LibXML class to do aegis path resolution. Just call the new_aegis method and get a parser which does that for you....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution

PRANG - XML graph engine - XML to Moose objects and back! River stage one • 1 direct dependent • 1 total dependent

PRANG is an XML Graph engine, which provides post-schema validation objects (PSVO). It is designed for implementing XML languages for which a description of the valid sets of XML documents is available - for example, a DTD, W3C XML Schema or Relax sp...

EGILES/PRANG-0.21 - 30 Jan 2023 22:10:38 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::XML2JSON - Convert XML into JSON (and back again) using XML::LibXML River stage one • 2 direct dependents • 2 total dependents

I used Google for inspiration: http://code.google.com/apis/gdata/json.html In short: * The response is represented as a JSON object; each nested element or attribute is represented as a name/value property of the object. * Attributes are converted to...

KEN/XML-XML2JSON-0.06 - 22 Jan 2012 04:19:10 UTC - Search in distribution

XSH - scripting language for XPath-based editing of XML River stage zero No dependents

CHOROBA/XML-XSH2-2.2.10 - 22 Dec 2023 14:24:21 UTC - Search in distribution
  • XML::XSH2 - A powerfull scripting language/shell for XPath-based editing of XML
  • XML::XSH2::XPathToXML - Generates XML document from XPath expressions

Visio - Perl extension mainpulating XML based Visio files River stage zero No dependents

Visio is an alpha stage library to create and manipulate Microsoft Visio drawings. Currently it can only create drawings from scratch, and can not create a usable object model from a pre-existing file. The Visio module is however able to extract sten...

AAKHTER/Visio-1.010 - 10 Nov 2005 03:18:33 UTC - Search in distribution

Weewar - get data from the weewar.com XML API River stage zero No dependents

This module lets you interact with the (Weewar <http://weewar.com/?referrer=jrockway>) API. See Weewar::User, Weewar::Game, and Weewar::HQ for details about what data you can get from the API....

JROCKWAY/Weewar-0.01 - 17 Sep 2007 03:48:10 UTC - Search in distribution

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

oodist - create perl distributions with OODoc River stage zero No dependents

The "oodist" script is currently only usable on UNIX in combination with Makefile.PL. It is a smart wrapper around the OODoc module, to avoid start work to produce real POD for modules which use OODoc's POD extensions. HTML is not (yet) supported. Co...

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC - Search in distribution

dip - Dynamic instrumentation like DTrace, using aspects River stage zero No dependents

"dip" is a dynamic instrumentation framework for troubleshooting Perl programs in real time. "dip" can provide fine-grained information, such as a log of the arguments with which a specific function is being called. Conceptually, "dip" sits on top of...

MARCEL/dip-1.17 - 03 Mar 2012 21:13:10 UTC - Search in distribution

CPAN - query, download and build perl modules from CPAN sites River stage three • 53 direct dependents • 522 total dependents

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution

XSH River stage zero No dependents

CHOROBA/XML-XSH-1.8.6 - 09 Mar 2018 23:41:22 UTC - Search in distribution

TPath - general purpose path languages for trees River stage one • 3 direct dependents • 3 total dependents

TPath provides an xpath-like language for arbitrary trees. You implement a minimum of two methods -- "children" and "tag" -- and then you can explore your trees via concise, declarative paths. In tpath, "attributes" are node attributes of any sort an...

DFH/TPath-1.007 - 05 Aug 2014 16:26:44 UTC - Search in distribution

db-iris - Interface to the DeutscheBahn online departure monitor River stage one • 1 direct dependent • 1 total dependent

db-iris is an interface to the DeutscheBahn departure monitor available at <https://iris.noncd.db.de/wbt/js/index.html>. It requests all trains departing from (or arriving at) *station* in the next two hours and lists them on stdout. *station* can be...

DERF/Travel-Status-DE-IRIS-1.96 - 25 Feb 2024 08:36:32 UTC - Search in distribution

s3acl - Display or manipulate the ACL of AWS S3 buckets and items River stage zero No dependents

Retrieves and outputs the Access Control List (ACL) of buckets and of items in buckets in the Amazon Simple Storage Service (S3). Principals (Much of the following text is taken from the "Amazon S3 Developer Guide (API Version 2006-03-01)".) Every bu...

MRA/Net-Amazon-S3-Tools-0.08 - 05 Mar 2009 03:04:09 UTC - Search in distribution

PXB: River stage zero No dependents

MPG/XML-RelaxNG-Compact-PXB-0.15.5 - 23 Feb 2011 17:46:46 UTC - Search in distribution

perlfaq6 - Regular Expressions River stage zero No dependents

This section is surprisingly small because the rest of the FAQ is littered with answers involving regular expressions. For example, decoding a URL and checking whether something is a number can be handled with regular expressions, but those answers a...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Moot - libmoot : constants River stage one • 1 direct dependent • 1 total dependent

The Moot module provides an object-oriented interface to the libmoot library for Hidden Markov Model part-of-speech tagging....

MOOCOW/Moot-2.0.14 - 16 Feb 2018 12:52:58 UTC - Search in distribution
381 results (0.148 seconds)