diff options
Diffstat (limited to 'devel/tclxml-expat/pkg-descr')
-rw-r--r-- | devel/tclxml-expat/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/tclxml-expat/pkg-descr b/devel/tclxml-expat/pkg-descr new file mode 100644 index 000000000000..d87e45fbabfc --- /dev/null +++ b/devel/tclxml-expat/pkg-descr @@ -0,0 +1,9 @@ +tclxml-expat +TclXML is an API for parsing XML documents using the Tcl scripting +language. It is also a package with several parser implementations. +The goal of the TclXML package is to provide an API for Tcl scripts +that allows "Plug-and-Play" parser implementations; ie. an application +will be able to use different parser implementations without change +to the application code. + +WWW: http://tclxml.sourceforge.net/ |