Ports Search

Results 13,24113,250 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
textproc/XML-LibXML-Iterator-1.04 (Score: 6.4754924E-5)
XML::LibXML::Iterator is an iterator for XML::LibXML parsed documents
XML::LibXML::Iterator implements the iterator part of the DOM Traversal and Range specification. This class allows to iterate through a DOM as it is done through an ordinary array.
textproc/XML-Parsepp-0.08 (Score: 6.4754924E-5)
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-Simple-0.95 (Score: 6.4754924E-5)
XML::LibXML clone of XML::Simple::XMLin()
This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the XML::LibXML parser for XML structures, where the original uses plain Perl or SAX parsers.
textproc/XML-NodeFilter-0.01 (Score: 6.4754924E-5)
XML::NodeFilter is an object that know how to "filter out" nodes
XML::NodeFilter is a generic node-filter class for DOM traversal as specified in the DOM Level 2 Traversal and Range specification. It extends that specification so this class is more easy to use for perl programmers.
textproc/XML-Smart-1.79 (Score: 6.4754924E-5)
Smart, easy and powerful way to access/create XML files/data
This module has an easy way to access/create XML data. It's based on the HASH tree that is made of the XML data, and enable a dynamic access to it with the Perl syntax for Hashe and Array, without needing to care if you have a Hashe or an Array in the tree. In other words, each point in the tree work as a Hash and an Array at the same time! The module alson handle automatically binary data (encoding/decoding to/from base64), CDATA (like contents with <tags>) and Unicode. It can be used to create XML files, load XML from the Web (just pasting an URL as a file path) and it has an easy way to send XML data through socket, just adding the length of the data in the <?xml?> header. You can use XML::Smart with XML::Parser, or with the 2 standart parsers of XML::Smart:
textproc/XML-Toolkit-0.15 (Score: 6.4754924E-5)
Suit of XML tools with Antlers
XML::Toolkit is a suite of tools that work to make handling XML easier. It is designed to marshall XML documents into Moose classes and back again with minimal changes.
textproc/XML-Validate-1.025 (Score: 6.4754924E-5)
XML validator factory
XML::Validate is a generic interface to different XML validation backends. Backends for the following validators are included with this distribution: ** LibXML (& you'll need XML::LibXML) ** Xerces (& you'll need XML::Xerces)
textproc/XML-XML2JSON-0.06 (Score: 6.4754924E-5)
Convert XML into JSON (and back again) using XML::LibXML
XML::XML2JSON is a Perl module to convert XML to JSON (and JSON to XML) using the following rules from Google (http://code.google.com/apis/gdata/json.html): Basic: - The feed is represented as a JSON object; each nested element or attribute is represented as a name/value property of the object. - Attributes are converted to String properties. - Child elements are converted to Object properties. - Elements that may appear more than once are converted to Array properties. - Text values of tags are converted to $t properties. Namespace: - If an element has a namespace alias, the alias and element are concatenated using "$". For example, ns:element becomes ns$element. XML: - XML version and encoding attributes are converted to version and encoding attributes of the root element, respectively.
textproc/XML-XSH-1.8.2 (Score: 6.4754924E-5)
This is xsh - an XML Editing Shell
xsh is a powerfull command-line XML (DOM) editing tool/programming language in the manner of Unix shell interpreters and line-oriented text editors like ed. It can be used either interactively or for batch-mode XML processing.
textproc/libsoldout-0.02 (Score: 6.4754924E-5)
Convert Markdown text in (X)HTML
p5-libsoldout is a perl module to access the C library libsoldout. The initial version just implements functions to convert markdown input to html including strict markdown, discount markdown and specific extensions only available in libsoldout.