examples/README --

This directory contains some small example scripts to demonstrate
the use of TclDOM.

---------------------------------------------------------------------------
Copyright (c) 2000 Zveno Pty Ltd
http://www.zveno.com/

Zveno makes this software and all associated data and documentation
('Software') available free of charge for any purpose.
Copies may be made of this Software but all of this notice must be included
on any copy.

The Software was developed for research purposes and Zveno does not warrant
that it is error free or fit for any purpose.  Zveno disclaims any
liability for all claims, expenses, losses, damages and costs any user may
incur as a result of using, copying or modifying the Software.
---------------------------------------------------------------------------

cgi2dom.tcl
	Not an application, but a package.  Provides the
	'cgi2dom::createdocument' command which accepts a number
	of name-value parameters and returns a DOM tree.

	All parameters whose name starts with '/' are
	interpreted as XPath location paths.  The 'createNode'
	method is used to construct a DOM tree.  The parameter
	values are inserted into the tree as text nodes.

