Ports Search

Results 1,0111,020 of 1,719 for /textproc/.(0.003 seconds)
textproc/XML-Filter-BufferText-1.01 (Score: 0.068937615)
Filter to put all characters() in one event
This is a very simple filter. One common cause of grief (and programmer error) is that XML parsers aren't required to provide character events in one chunk. They can, but are not forced to, and most don't. This filter does the trivial but oft-repeated task of putting all characters into a single event.
Perl SAX Filter allowing DOM processing of selected subtrees
Perl SAX Filter allowing DOM processing of selected subtrees
textproc/XML-Filter-DetectWS-0.01 (Score: 0.068937615)
PerlSAX filter that detects ignorable whitespace
This a PerlSAX filter that detects which character data contains ignorable whitespace and optionally filters it.
textproc/XML-Filter-GenericChunk-0.07 (Score: 0.068937615)
Base Class for SAX Filters parsing WellBallanced Chunks
XML::Filter::GenericChunk is a base class for SAX filters that are able to parse wellballanced chunks from SAX events and transforms this chunk into a sequence of SAX events.
textproc/XML-Filter-Reindent-0.03 (Score: 0.068937615)
Reformats whitespace for pretty printing XML
XML::Filter::Reindent can be used as a PerlSAX filter to reformat an XML document before sending it to a PerlSAX handler that prints it (like XML::Handler::Composer.)
textproc/XML-Filter-SAX1toSAX2-0.03 (Score: 0.068937615)
Convert SAX1 events to SAX2
This module is a very simple module for creating SAX2 events from SAX1 events. It is useful in the case where you have a SAX1 parser but want to use a SAX2 handler or filter of some sort.
textproc/XML-Filter-XInclude-1.0 (Score: 0.068937615)
XInclude as a SAX Filter
This module implements a simple SAX filter that provides XInclude support. It does NOT support XPointer.
textproc/XML-Handler-Trees-0.02 (Score: 0.068937615)
PerlSAX handlers for building tree structures
XML::Handler::Trees provides three PerlSAX handler classes for building tree structures. XML::Handler::Tree builds the same type of tree as the "Tree" style in XML::Parser. XML::Handler::EasyTree builds the same type of tree as the "EasyTree" style added to XML::Parser by XML::Parser::EasyTree. XML::Handler::TreeBuilder builds the same type of tree as Sean M. Burke's XML::TreeBuilder. These classes make it possible to construct these tree structures from sources other than XML::Parser.
textproc/XML-Filter-XSLT-0.03 (Score: 0.068937615)
XSLT as a SAX Filter
A simple XSLT SAX2 filter. It uses any available XSLT processor on your system that we can use in some SAXy way.
textproc/XML-Flow-0.86 (Score: 0.068937615)
Store (restore) perl data structures in XML stream
Easy store and restore perl data structures. It use XML::Parser for read and XML::Writer for write xml.