summaryrefslogtreecommitdiffstats
path: root/libraries/tclxml/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/tclxml/README')
-rw-r--r--libraries/tclxml/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/tclxml/README b/libraries/tclxml/README
new file mode 100644
index 0000000000..422cd0a473
--- /dev/null
+++ b/libraries/tclxml/README
@@ -0,0 +1,8 @@
+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.