Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第15,96115,970项(搜索用时0.011秒)
textproc/XML-CanonicalizeXML-0.03 (Score: 9.2878623E-4)
Extension for inclusive/exclusive canonicalization of XML
Perl extension for inclusive and exclusive canonicalization of XML using libxml2.
textproc/XML-Catalog-1.0.3 (Score: 9.2878623E-4)
Resolve public identifiers and remap system identifiers
Resolve public identifiers and remap system identifiers
textproc/XML-CommonNS-0.06 (Score: 9.2878623E-4)
List of commonly used namespaces
A list of commonly used namespaces.
textproc/XML-DoubleEncodedEntities-1.1 (Score: 9.2878623E-4)
Unbreak XML with Doubly-Encoded Entities
This module is a tiny shim to unbreak XML files that have had their entities doubly-encoded.
textproc/XML-Compile-1.52 (Score: 9.2878623E-4)
Compilation based XML processing
Many applications which process data-centric XML do that based on a nice specification, expressed in an XML Schema. XML::Compile reads and writes XML data with the help of such schema's. On the Perl side, it uses a tree of nested hashes with the same structure. Where other Perl modules, like SOAP::WSDL help you using these schema's (often with a lot of run-time (XPath) searches), this module takes a different approach: in stead of run-time processing of the specification, it will first compile the expected structure into real Perl, and then use that to process the data. There are many perl modules with the same as this one: translate between XML and nested hashes. However, there are a few serious differences: because the schema is used here, we make sure we only handle correct data. Data-types are formatted and processed correctly; for instance, integer does accept huge values (at least 18 digits) as the specification prescribes. Also more complex data-types like list, union, and substitutionGroup (unions on complex type level) are supported, which is rarely the case in other modules.
textproc/XML-DBMS-1.03 (Score: 9.2878623E-4)
Perl port of Java package XML-DBMS v1.0
XML-DBMS is middleware for transferring data between XML documents and relational databases. It views the XML document as a tree of data-specific objects in which element types are generally viewed as classes and attributes and PCDATA as properties of those classes. It then uses an object-relational mapping to map these objects to the database. An XML-based mapping language is used to define the view and map it to the database.
textproc/XML-DOM-1.44 (Score: 9.2878623E-4)
Perl module for building DOM Level 1 compliant document structures
This is a Perl extension to XML::Parser. It adds a new 'Style' to XML::Parser, called 'Dom', that allows XML::Parser to build an Object Oriented datastructure with a DOM Level 1 compliant interface.
textproc/XML-DOM2-0.06 (Score: 9.2878623E-4)
DOM controlled, strict XML module for extentable xml objects
XML::DOM2 is yet _another_ perl XML module. * DOM Level2 Compilence in both document, elements and attributes * NameSpace control for elements and attributes * XPath (it's just one small method once you have a good DOM) * Extendability: * Document, Element or Attribute classes can be used as base class for other kinds of document, element or attribute. * Element and Attribute Handler allows element specific child elements and attribute objects. * Element and Attribute serialisation overiding. * Parsing with SAX (use XML::SAX::PurePerl for low dependancy installs) * Internal serialisation
textproc/XML-Declare-0.06 (Score: 9.2878623E-4)
Create XML documents with declaration style
Create XML documents with declaration style.
textproc/XML-Descent-1.04 (Score: 9.2878623E-4)
Recursive descent XML parsing
Perl library for recursive descent XML parsing