File: README

package info (click to toggle)
tclxml 3.3~svn11-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,392 kB
  • sloc: ansic: 13,292; tcl: 11,656; xml: 3,269; sh: 559; makefile: 15
file content (21 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
examples/README --

These directories contain various example scripts to demonstrate
the use of TclXML, TclDOM and TclXSLT.

---------------------------------------------------------------------------
See the file "LICENSE" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
---------------------------------------------------------------------------

tclxml
	Examples of streaming parsing using TclXML.

tcldom
	Examples of tree-based scripting using TclDOM.

tclxslt
	Examples of invoking XSL stylesheets using TclXSLT.