1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: tdom
Section: interpreters
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 4.0.0), tcl8.4-dev
Standards-Version: 3.7.2
Package: tdom
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: an XML/DOM/XPath/XSLT implementation for Tcl
tDOM contains:
.
* the newest version of Expat, the XML parser from James Clark,
including namesspace and DTD support.
.
* a modified version of Steve Ball's Tclexpat, the Tcl interface to
expat, for event-like (SAX-like) XML parsing. The modifications
are for performance improvements, to make the newest Expat
features (XML namespace) available and for some additional features.
.
* a (partial) DOM I and II implementation in C for maximum
performance and minimum memory need following the W3C DOM Core
Level 1 recommendation using an OO-like syntax.
.
* a very complete, compliant and fast XPath implementation in C
following the November 99 W3C recommendation.
.
* a fast XSLT implementation in C following the W3C Recommendation
16 November 1999.
.
* a (partial) implementation in C of the XPointer (97) navigational
functions.
.
* UTF-8 to 8 bit encoding back conversion functionality to support
Tcl version < 8.1x
.
* optional DTD validation
.
* additional convenience methods
.
* documentation in TMML, HTML and nroff formats
|