Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第19,09119,100项(搜索用时0.01秒)
textproc/XML-Atom-Filter-0.07 (Score: 7.739885E-4)
Easy creation of command line Atom processing tools
XML::Atom::Filter supports creation of command line tools to filter and process Atom feeds.
textproc/XML-Atom-SimpleFeed-0.862 (Score: 7.739885E-4)
XML::Atom::SimpleFeed - Generate simple Atom syndication feeds
This module exists to generate basic Atom syndication feeds. While it does not provide a full, object-oriented interface into all the nooks and crannies of Atom feeds, an Atom parser, or an Atom client API, it should be useful for people who want to generate basic, valid Atom feeds of their content quickly and easily.
textproc/XML-Atom-Stream-0.11 (Score: 7.739885E-4)
Client interface for AtomStream
ML::Atom::Stream is a consumer of AtomStream.
textproc/XML-DOM-Lite-0.15 (Score: 7.739885E-4)
Lite Pure Perl XML DOM Parser Kit
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 kit is to use XML::DOM::Lite qw(Parser :constants); Available exports are : Parser, Node, NodeList, NodeIterator, NodeFilter, XPath, Document, XSLT and the constants. This is mostly for convenience, so that you can save your key-strokes for the fun stuff. Alternatively, to avoid polluting your namespace, you can simply : use XML::DOM::Lite::Parser; use XML::DOM::Lite::Constants qw(:all); # ... etc
textproc/XML-Atom-Syndication-0.94.2 (Score: 7.739885E-4)
Simple lightweight client for consuming Atom syndication feeds
A simple lightweight client for consuming Atom syndication feeds.
textproc/XML-Compile-Cache-1.04 (Score: 7.739885E-4)
Cache Compiled XML Translators
p5-XML-Compile-Cache is a perl module to cache compiled XML translators.
textproc/XML-Compile-Dumper-0.13 (Score: 7.739885E-4)
Dump Compiled XML Translators
p5-XML-Compile-Dumper is a perl module to dump compiled XML translators.
textproc/XML-DOM-XPath-0.14 (Score: 7.739885E-4)
Adds XPath support to XML::DOM, using XML::XPath engine
XML::DOM::XPath allows you to use XML::XPath methods to query a DOM. This is often much easier than relying only on getElementsByTagName. It lets you use all of the XML::DOM methods.
textproc/XML-Driver-HTML-0.06 (Score: 7.739885E-4)
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-Filter-SAXT-0.01 (Score: 7.739885E-4)
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.