|
TclDOM
Document Object Model For Tcl
|
Project Home TclXML TclDOM ![]() Download and Installation Examples Documentation Contributing Discussion TclXSLT Combo Distribution tkxmllint tkxsltproc TclTidy Xmlgen
Success Stories |
TclDOM is a Tcl language binding for the W3C's DOM standard. DOM provides a tree view of an XML document. TclDOM is also a package with several implementations, including one written in pure Tcl (TclDOM/tcl), one written in C based on tcldompro (TclDOM/c) and another that wraps the Gnome libxml2 library (TclDOM/libxml2). NoteTo install TclDOM you'll need to first install the TclXML package.TclDOM v3.1 is the current release. Check the release notes for details on what's working and what's not. Download from SourceForge: To get the latest-and-greatest code, pull the CVS tree. The module name is "tcldom". There are no guarantees that the code is in any particular state (or even working at all). See the detailed instructions in the README file. The TclDOM package distribution includes a number of useful example scripts. These are as follows:
Contributions of any kind to the project are welcome. An important contribution you can make is to test the package and report any bugs. Use SourceForge bug tracking to report problems or request features. Please make sure you set the category to "TclDOM". |