tclxml
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.
- Versions: 3.2
- Website: https://tclxml.sourceforge.net/
- Licenses: non-copyleft
- Package source: gnu/packages/tcl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of tclxml
as follows:
guix install tclxml
Or install a particular version:
guix install tclxml@3.2
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.
Badge code
You can use the following badge to inform users of tclxml about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/tclxml'><img src='https://packages.guix.gnu.org/packages/tclxml/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/tclxml/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/tclxml)
Example Org:
[[https://packages.guix.gnu.org/packages/tclxml][https://packages.guix.gnu.org/packages/tclxml/badges/latest-version.svg]]