mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
d5f5bacd63
PR: ports/123163 Submitted by: Frank Fenor <frank@fenor.de> Approved by: David Yeske <dyeske@gmail.com> (maintainer)
9 lines
404 B
Plaintext
9 lines
404 B
Plaintext
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/
|