Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第15,98115,990项(搜索用时0.01秒)
textproc/XML-Generator-1.04 (Score: 9.2878623E-4)
Simple Perl module for generating XML documents
XML::Generator is a simple perl module to help in the generation of XML. Basically, you create an XML::Generator object and then call a method for each tag, supplying the contents of that tag as parameters.
textproc/XML-Grove-0.46.a (Score: 9.2878623E-4)
Perl-style XML objects
XML::Grove is a tree-based object model for accessing the information set of parsed or stored XML, HTML, or SGML instances. XML::Grove objects are Perl hashes and arrays where you access the properties of the objects using normal Perl syntax.
textproc/XML-Namespace-0.02 (Score: 9.2878623E-4)
Simple support for XML Namespaces
Simple support for XML Namespaces.
textproc/XML-NamespaceFactory-1.02 (Score: 9.2878623E-4)
Simple factory objects for SAX namespaced names
Simple factory objects for SAX namespaced names.
textproc/XML-NamespaceSupport-1.11 (Score: 9.2878623E-4)
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-Parsepp-0.08 (Score: 9.2878623E-4)
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).
textproc/XML-LibXML-2.0126 (Score: 9.2878623E-4)
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-Liberal-0.30 (Score: 9.2878623E-4)
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: 9.2878623E-4)
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: 9.2878623E-4)
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".