diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-01-02 20:21:27 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-01-02 20:21:27 (GMT) |
commit | 62d64d9d13ee541e11854265c2817e540f50b59a (patch) | |
tree | 0b07fb95ebdc8de3e700226b1210a34c98759748 /tclxml/ANNOUNCE | |
parent | 8f5c6286538d2f0c762edeacf21f85eeeed1fe0b (diff) | |
parent | 73444843b18bba4a07922722b11ac3a7fe32a11b (diff) | |
download | blt-62d64d9d13ee541e11854265c2817e540f50b59a.zip blt-62d64d9d13ee541e11854265c2817e540f50b59a.tar.gz blt-62d64d9d13ee541e11854265c2817e540f50b59a.tar.bz2 |
Merge commit '73444843b18bba4a07922722b11ac3a7fe32a11b' as 'tclxml'
Diffstat (limited to 'tclxml/ANNOUNCE')
-rw-r--r-- | tclxml/ANNOUNCE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tclxml/ANNOUNCE b/tclxml/ANNOUNCE new file mode 100644 index 0000000..52d6437 --- /dev/null +++ b/tclxml/ANNOUNCE @@ -0,0 +1,21 @@ +TclXML version 3.2 is now available. + +TclXML is a package that provides XML parsing for the Tcl scripting language. +It has two implementations of XML parsers: one written purely in Tcl +and a wrapper for the Gnome libxml2 C library. + +The TclXML package now incorporates the TclDOM and TclXSLT packages. +TclDOM and TclXSLT were previously distributed as separate packages. +The three packages may still be used as if they were standalone. + +Sources, and binaries for Mac OS X and MS Windows, are available now. + +These packages may be downloaded from the TclXML website: + + http://tclxml.sourceforge.net/ + +Enjoy, +Steve Ball +Explain +http://www.explain.com.au/ + |