		DOM Binding For Tcl

		TclDOM Version 2.3rc2

		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).

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
============

If you just want to use the Tcl-only implementation,
use install.tcl.  Just invoke it using wish, eg.

	wish install.tcl

If you want to build the libxml2 implementation,
first install the libxml2 library.  Download libxml2
from http://xmlsoft.org/

After libxml2 has been installed use 
configure/make/make install, eg:

	./configure --enable-xml2
	make
	make install

You may use the usual options for configure, like --prefix.
./configure --help displays all of the options.

USAGE
=====

See reference documentation.

===

$Id: README,v 1.7 2002/09/08 21:12:05 balls Exp $
