tclxml 3.2
Tcl library for XML parsing
TclXML provides event-based parsing of XML documents. The application may register callback scripts for certain document features, and when the parser encounters those features while parsing the document the callback is evaluated.
- Website: https://tclxml.sourceforge.net/
- Licenses: non-copyleft
- Package source: gnu/packages/tcl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install tclxml 3.2
as follows:
guix install tclxml@3.2
Or install the latest version:
guix install tclxml
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.