Ports Search

Results 1,0411,050 of 1,719 for /textproc/.(0.048 seconds)
textproc/XML-LibXML-2.0126 (Score: 0.068937615)
Interface to Gnome libxml2 library
This module is an interface to the gnome libxml2 DOM parser (no SAX parser support yet), and the DOM tree. It also provides an XML::XPath-like findnodes() interface, providing access to the XPath API in libxml2.
textproc/XML-LibXSLT-1.94 (Score: 0.068937615)
Perl interface to the GNOME XSLT library
This module is a fast XSLT library, based on the Gnome libxslt engine that you can find at http://www.xmlsoft.org/XSLT/ Performance is currently about twice that of XML::Sablotron (based on XSLTMark tests converted to Perl). The libxslt processor is also highly standards compliant, with practically all of XSLT 1.0 being supported in version 0.9 of libxslt. This is free software, you may use it and distribute it under the same terms as Perl itself. Copyright 2001 AxKit.com Ltd, All rights reserved.
textproc/XML-Liberal-0.30 (Score: 0.068937615)
Super liberal XML parser that parses broken XML
XML::Liberal is a super liberal XML parser that can fix broken XML stream and create a DOM node out of it.
textproc/XML-Literal-0.02 (Score: 0.068937615)
Syntax support for XML literals
This module takes one function at its use line. Afterwards, all single-line <...> calls that looks like a XML literal will be processed with that function, instead of the built-in shell glob. Support for qx<...> overriding for multiline XML literals is planned for Perl 5.10.
textproc/XML-Quote-1.02 (Score: 0.068937615)
XML quote/dequote functions
This module provides functions to quote/dequote strings in "xml"-way. All functions are written in XS and are very fast; they correctly process utf8, tied, overloaded variables and all the rest of perl "magic".
textproc/XML-Mini-1.38 (Score: 0.068937615)
Perl implementation of the XML::Mini XML create/parse interface
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. XML::Mini does not require any external libraries or modules and is pure Perl. If available, XML::Mini will use the Text::Balanced module in order to escape limitations of the regex-only approach (eg "cross-nested" tag parsing).
textproc/XML-MyXML-0.9010 (Score: 0.068937615)
Simple-to-use XML module parsing and creating XML documents
A simple-to-use XML module, for parsing and creating XML documents.
textproc/XML-Node-0.11 (Score: 0.068937615)
Perl5 module to extend and simplify XML::Parser
XML::Node is a Perl5 module which provides a simplified extension interface to XML::Parser. Paraphrasing the README: Instead of worrying about "start", "end", and "char" callbacks of every single XML node, you can simply say that you only want to be notified when a path is found. Using XML::Node, you can ignore the parts of XML files that you are not interested in. Additionally, you can register a variable instead of a callback function. The corresponding string found in an XML file will be automatically appended to your variable.
textproc/XML-NodeFilter-0.01 (Score: 0.068937615)
XML::NodeFilter is an object that know how to "filter out" nodes
XML::NodeFilter is a generic node-filter class for DOM traversal as specified in the DOM Level 2 Traversal and Range specification. It extends that specification so this class is more easy to use for perl programmers.
textproc/XML-OPML-LibXML-0.04 (Score: 0.068937615)
Perl extension to parse OPML document with LibXML parser
XML::OPML::LibXML is an OPML parser written using XML::LibXML. This module is part of spin-off CPANization of Plagger plugins.