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

Search results for "XML Pure Perl"

XML::SAX::PurePerl - Pure Perl XML Parser with SAX2 interface River stage four • 64 direct dependents • 1613 total dependents

This module implements an XML parser in pure perl. It is written around the upcoming perl 5.8's unicode support and support for multiple document encodings (using the PerlIO layer), however it has been ported to work with ASCII/UTF8 documents under l...

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

lib/XML/Comma/Parsing/PurePerl.pm River stage zero No dependents

BRIANSKI/XML-Comma-1.998 - 12 Apr 2008 07:04:10 UTC - Search in distribution

Tamino - Pure Perl Tamino XML DB driver River stage zero No dependents

This is just an API wrapper. This driver is based on LWP::UserAgent, XML::Bare, and inherits from Class::Accessor and Class::Data::Inheritable....

YURAN/Tamino-0.03 - 21 Apr 2008 17:59:34 UTC - Search in distribution

XML::STX - a pure Perl STX processor River stage zero No dependents

XML::STX is a pure Perl implementation of STX processor. Streaming Transformations for XML (STX) is a one-pass transformation language for XML documents that builds on the Simple API for XML (SAX). See http://stx.sourceforge.net/ for more details. De...

PCIMPRICH/XML-STX-0.43 - 22 Dec 2004 13:54:46 UTC - Search in distribution

XML::RPC - Pure Perl implementation for an XML-RPC client and server. River stage one • 6 direct dependents • 6 total dependents

XML::RPC module provides simple Pure Perl methods for XML-RPC communication. It's goals are simplicity and flexibility. XML::RPC uses XML::TreePP for parsing. This version of XML::RPC merges the changes from XML::RPC::CustomUA....

CAVAC/XML-RPC-2 - 09 Mar 2022 09:32:44 UTC - Search in distribution

XML::Parsepp - Simplified pure perl parser for XML River stage one • 1 direct dependent • 3 total dependents

This module provides a pure Perl implementation to parse XML documents. Its interface is very close to that of XML::Parser (in fact, the synopsis has, with some minor modifications, been copied from XML::Parser)....

KEICHNER/XML-Parsepp-0.08 - 28 Dec 2014 15:43:49 UTC - Search in distribution

simpleXMLParse - Perl extension for pure perl XML parsing River stage zero No dependents

simpleXMLParse currently handles everything including CDATA with the exception of DTD and DTD syntax style is "1" or "2". EXPORT None by default....

DGRAHAM/simplexmlparse_v3.1 - 02 Jan 2018 04:23:26 UTC - Search in distribution

YAX - Yet Another XML library River stage zero No dependents

YAX is a fast pure Perl XML library for easily parsing, constructing, querying and manipulating XML. Simple benchmarks have shown that it is substantially faster than XML::DOM::Parser which uses Expat internally (which is written in C), see "PERFORMA...

RHUNDT/YAX-0.03 - 08 Jan 2010 11:31:00 UTC - Search in distribution

XML::DOM::Lite - Lite Pure Perl XML DOM Parser Kit River stage one • 1 direct dependent • 2 total dependents

XML::DOM::Lite is designed to be a reasonably fast, highly portable, XML parser kit written in pure perl, implementing the DOM standard quite closely. To keep performance up and footprint down. The standard pattern for using the XML::DOM::Lite parser...

RHUNDT/XML-DOM-Lite-0.16 - 02 Jun 2017 19:38:43 UTC - Search in distribution

Fern - XML tree creator River stage zero No dependents

Fern is a protocol for XML generation using a pure functional approach, where nested XML tags are equivalent to nested functions. Any language that supports first-class functions can implement Fern, and Fern's approach to generation is extensible. Si...

WSCHROED/Fern-0.2 - 20 Feb 2014 14:07:42 UTC - Search in distribution

XML::TreePP - Pure Perl implementation for parsing/writing XML documents River stage two • 15 direct dependents • 33 total dependents

XML::TreePP module parses an XML document and expands it for a hash tree. This generates an XML document from a hash tree as the opposite way around. This is a pure Perl implementation and requires no modules depended. This can also fetch and parse a...

KAWASAKI/XML-TreePP-0.43 - 17 Nov 2014 04:39:18 UTC - Search in distribution

XML::API - Perl extension for writing XML River stage one • 1 direct dependent • 1 total dependent

XML::API is a class for creating XML documents using object method calls. This class is meant for generating XML programatically and not for reading or parsing it. A document author calls the desired methods (representing elements) to create an XML t...

MLAWREN/XML-API-0.30 - 11 Apr 2016 13:05:58 UTC - Search in distribution

XML::eXistDB - handle the eXist pure XML database River stage zero No dependents

There are many database which support XML and Xquery. Quite a number of them translate XML into tables and Xquery into SQL statements. The eXist database however, is a pure XML/Xquery database. Website: http://exist-db.org The "XML::eXistDB" distribu...

MARKOV/XML-ExistDB-0.14 - 25 Jul 2015 21:44:40 UTC - Search in distribution

XML::Mini - Perl implementation of the XML::Mini XML create/parse interface. River stage one • 3 direct dependents • 3 total dependents

XML::Mini is a set of Perl classes that allow you to access XML data and create valid XML output with a tree-based hierarchy of elements. The MiniXML API has both Perl and PHP implementations. It provides an easy, object-oriented interface for manipu...

PDEEGAN/XML-Mini-1.38 - 05 Feb 2008 00:13:17 UTC - Search in distribution

toc - table of contents for perl module DTA::TokWrap River stage one • 1 direct dependent • 1 total dependent

MOOCOW/dta-tokwrap-0.98 - 09 Jun 2021 09:39:10 UTC - Search in distribution

ack - grep-like text finder River stage two • 24 direct dependents • 28 total dependents

ack is designed as an alternative to grep for programmers. ack searches the named input FILEs or DIRECTORYs for lines containing a match to the given PATTERN. By default, ack prints the matching lines. If no FILE or DIRECTORY is given, the current di...

PETDANCE/ack-v3.7.0 - 27 Feb 2023 14:52:52 UTC - Search in distribution

Fsdb - a flat-text database for shell scripting River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC - Search in distribution

exiftool - Read and write meta information in files River stage two • 29 direct dependents • 30 total dependents

A command-line interface to Image::ExifTool, used for reading and writing meta information in a variety of file types. *FILE* is one or more source file names, directory names, or "-" for the standard input. Metadata is read from source files and pri...

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 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

check_jmx4perl - Nagios plugin using jmx4perl for accessing JMX data remotely River stage one • 1 direct dependent • 1 total dependent

"check_jmx4perl" is a Nagios plugin for monitoring Java applications. It uses an agent based approach for accessing JMX exposed information remotely. Before start using "check_jmx4perl" an agent must be installed on the target platform. For JEE appli...

ROLAND/jmx4perl-1.13 - 12 May 2020 14:38:58 UTC - Search in distribution
228 results (0.158 seconds)