This package browser is in early development. Mind the rough edges.

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.

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.