Ports Search

Results 1,0011,010 of 1,719 for /textproc/.(0.058 seconds)
textproc/XML-Driver-HTML-0.06 (Score: 0.068937615)
Perl SAX Driver for non wellformed HTML
XML::Driver::HTML is a SAX Driver for HTML. There is no need for the HTML input to be weel formed, as XML::Driver::HTML is generating its SAX events by walking a HTML::TreeBuilder object. The simplest kind of use, is a filter from HTML to XHTML using XML::Handler::YAWriter as a SAX Handler.
textproc/XML-Dumper-0.81 (Score: 0.068937615)
Perl module for dumping Perl objects from/to XML
XML::Dumper dumps Perl data to a structured XML format. XML::Dumper can also read XML data that was previously dumped by the module and convert it back to Perl. This might be useful for dumping Perl objects to files using an XML format that can be reloaded or accessed by other programs. Maybe even other languages. -Anton <tobez@FreeBSD.org>
textproc/XML-Elemental-2.11 (Score: 0.068937615)
Generic classes for simplistic and perlish handling of XML data
XML::Elemental is an XML::Parser style and generic classes package for simplistic and perlish handling of XML data.
textproc/XML-Encoding-2.09 (Score: 0.068937615)
Perl module for parsing XML encoding maps
This module, which is built as a subclass of XML::Parser, provides a parser for encoding map files, which are XML files.
textproc/XML-Entities-1.0002 (Score: 0.068937615)
Generic classes for simplistic and perlish handling of XML data
XML::Entities provides a mapping from the standard XML entities to their Unicode characters. A function for decoding is provided. The mapping can be generated from a DTD file with entity definitions.
textproc/XML-Filter-SAXT-0.01 (Score: 0.068937615)
Replicates SAX events to several SAX event handlers
SAXT is like the Unix 'tee' command in that it multiplexes the input stream to several output streams. In this case, the input stream is a PerlSAX event producer (like XML::Parser::PerlSAX) and the output streams are PerlSAX handlers or filters.
textproc/XML-FOAF-0.04 (Score: 0.068937615)
Parse FOAF (Friend of a Friend) data
Parse FOAF (Friend of a Friend) data
textproc/XML-Feed-Deduper-0.06 (Score: 0.068937615)
Remove duplicated entries from feed
XML::Feed::Deduper is deduper for XML::Feed. You can write the aggregator more easily :)
textproc/XML-Feed-0.53 (Score: 0.068937615)
Perl5 modules for Syndication feed parser and auto-discovery
XML::Feed is a syndication feed parser for both RSS and Atom feeds. It also implements feed auto-discovery for finding feeds, given a URI. XML::Feed supports the following syndication feed formats: * RSS 0.91 * RSS 1.0 * RSS 2.0 * Atom The goal of XML::Feed is to provide a unified API for parsing and using the various syndication formats. The different flavors of RSS and Atom handle data in different ways: date handling; summaries and content; escaping and quoting; etc. This module attempts to remove those differences by providing a wrapper around the formats and the classes implementing those formats (XML::RSS and XML::Atom::Feed).
textproc/XML-FeedPP-0.43 (Score: 0.068937615)
Get an RSS file and parse it
Parse/write/merge/edit RSS/RDF/Atom syndication feeds