Ports Search

Results 1,0311,040 of 1,719 for /textproc/.(0.003 seconds)
textproc/XML-Namespace-0.02 (Score: 0.068937615)
Simple support for XML Namespaces
Simple support for XML Namespaces.
textproc/XML-NamespaceFactory-1.02 (Score: 0.068937615)
Simple factory objects for SAX namespaced names
Simple factory objects for SAX namespaced names.
textproc/XML-NamespaceSupport-1.11 (Score: 0.068937615)
Simple generic namespace support class
This module offers a simple to process namespaced XML names (unames) from within any application that may need them. It also helps maintain a prefix to namespace URI map, and provides a number of basic checks.
textproc/XML-LibXML-Cache-0.12 (Score: 0.068937615)
Document cache for XML::LibXML
XML::LibXML::Cache is a cache for XML::LibXML documents loaded from files. It is useful to speed up loading of XML files in persistent web applications. This module caches the document object after the first load and returns the cached version on subsequent loads. Documents are reloaded whenever the document file changes. Changes to other files referenced during parsing also cause a reload. This includes external DTDs, external entities or XIncludes.
textproc/XML-LibXML-Iterator-1.04 (Score: 0.068937615)
XML::LibXML::Iterator is an iterator for XML::LibXML parsed documents
XML::LibXML::Iterator implements the iterator part of the DOM Traversal and Range specification. This class allows to iterate through a DOM as it is done through an ordinary array.
textproc/XML-LibXML-PrettyPrint-0.006 (Score: 0.068937615)
Add pleasant whitespace to a DOM tree
Long XML files can be daunting for humans to read. Of course, XML is really designed for computers to read - not people - but there are times when mere mortals do need to read and edit XML by hand. For example, if your application stores its configuration in XML, or you need to dump some XML to STDOUT for debugging purposes. Syntax highlighting helps, but to really make sense of some XML, proper indentation can be vital. Hence XML::LibXML::PrettyPrint - it can be applied to an XML::LibXML DOM tree to reformat it into a more readable result. Pretty-printing XML is not as CPU-efficient as dumping it out sloppily, so unless you're pretty sure that a human is going to need to make sense of your XML, you should probably not use this module.
textproc/XML-Parsepp-0.08 (Score: 0.068937615)
Simplified pure Perl parser for XML
XML::Parsepp 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).
Parse XML chunks via LibXML SAX
XML::LibXML::SAX::ChunkParser's purpose is to simply keep parsing possibly incomplete XML fragments, for example, from a socket.
textproc/XML-Parser-Lite-Tree-0.14 (Score: 0.068937615)
Lightweight XML tree builder
This is a singleton class for parsing XML into a tree structure. How does this differ from other XML tree generators? By using XML::Parser::Lite, which is a pure perl XML parser. Using this module you can tree-ify simple XML without having to compile any C.
textproc/XML-LibXML-Simple-0.95 (Score: 0.068937615)
XML::LibXML clone of XML::Simple::XMLin()
This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the XML::LibXML parser for XML structures, where the original uses plain Perl or SAX parsers.