		DOM Binding For Tcl

		TclDOM Version 2.0 (Pre-Alpha)

		Steve Ball, Zveno Pty Ltd.

This package provides a DOM binding for Tcl.  It provides both a
Tcl-only implementation (slow), a C-based implementation based
on TclDOMPro (fast) and a wrapper for the Gnome libxml2
library (also fast and compatiable with TclXSLT/libxslt).

!!!!  WARNING  !!!!
!
! This distribution is a pre-alpha release.
! Many aspects of it are known not to work.
! Use at your own risk.
!
!!!!

See <URL:http://tclxml.sourceforge.net/> for more information
on XML support for Tcl.

Contact Steve Ball <Steve.Ball@zveno.com> for information about 
this release.

INSTALLATION
============

The 'theta' (Tcl-only) release uses install.tcl.
Just invoke it using wish, eg.

wish install.tcl

USAGE
=====

See reference documentation.

