Ports Search

Results 14,94114,950 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.016 seconds)
textproc/XML-Writer-0.625 (Score: 3.7481335E-5)
Simple Perl module for writing XML documents
XML::Writer is a simple Perl module for writing XML documents: it takes care of constructing markup and escaping data correctly, and by default, it also performs a significant amount of well-formedness checking on the output, to make certain (for example) that start and end tags match, that there is exactly one document element, and that there are not duplicate attribute names.
textproc/XML-SimpleObject-0.53 (Score: 3.7481335E-5)
API for accessing the structure of an XML document
This is a small and simple package that takes the output of XML::Parser as a tree, and gives simple methods for accessing the structure of an XML document. It is very lightweight, but provides the simplest access to an XML document possible. It does not subclass XML::Parser; rather, it is meant to serve purely as an object struct for an outgoing tree.
textproc/XML-Stream-1.24 (Score: 3.7481335E-5)
XML::Stream provides you with access to XML Stream
XML::Stream This module provides you with access to XML Streams. An XML Stream is just that. A stream of XML over a connection between two computers. For more information about XML Streams, and the group that created them, please visit:
textproc/pure-xml-0.7 (Score: 3.7481335E-5)
Pure language interface for libxml2 and libxslt
This is a port of Q's XML module, which also includes support for XSLT. The module provides a simplified interface to the Gnome libxml2 and libxslt libraries, and supplies all the necessary data structures and operations to inspect, create, modify and transform XML documents with ease.
textproc/Genshi-0.7 (Score: 3.7481335E-5)
Python toolkit for stream-based generation of output for the web
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid.
textproc/ini-0.1.1 (Score: 3.7481335E-5)
Ruby INI File Parser and Writer
Ah yes, INI files. We love them. We hate them. We cannot escape them. Originally made popular by Windows, INI files are everywhere including in Samba[www.samba.org] and Trac[trac.edgewall.org]. This gem has one goal: make INI file, structure, and stream manipulation as fast, safe, and simple as possible. We take a modal approach with a pluggable parser class.
textproc/linguistics-2.1.0 (Score: 3.7481335E-5)
Framework for extending Ruby objects with linguistic methods
This is a generic, language-neutral framework for extending Ruby objects with linguistic methods. It includes an English-language module with inflection, pluralisation, conjunctions, indefinite articles, present participles, ordinal numbers, numbers to words, general quantification, integration with WordNet and CMU's LinkGrammar, as well as a framework for providing modules for other languages.
textproc/loofah-2.0.3 (Score: 3.7481335E-5)
Library for manipulating HTML/XML documents and fragments
Loofah is a general library for manipulating HTML/XML documents and fragments. It's built on top of Nokogiri and libxml2, so it's fast and has a nice API. Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML sanitizers, which are based on HTML5lib's whitelist.
textproc/multi_xml-0.5.5 (Score: 3.7481335E-5)
Ruby library provide swappable XML backends
A generic swappable back-end for XML parsing. Lots of Ruby libraries utilize XML parsing in some form, and everyone has their favorite XML library. In order to best support multiple XML parsers and libraries, multi_xml is a general-purpose swappable XML backend library.
textproc/syck-0.9.3 (Score: 3.7481335E-5)
PECL extension which facilitates YAML parsing
The syck extension is a binding to the Syck library which facilitates YAML parsing. YAML(tm) (rhymes with "camel") is a straightforward machine parsable data serialization format designed for human readability and interaction with scripting languages. YAML is optimized for data serialization, configuration settings, log files, Internet messaging and filtering.