Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flightaware/tclxml

Tcl package that wraps the functionality of libxml2 and libxslt
https://github.com/flightaware/tclxml

libxml2 libxslt tcl-extension

Last synced: about 1 month ago
JSON representation

Tcl package that wraps the functionality of libxml2 and libxslt

Awesome Lists containing this project

README

        

[![Linux CI](https://github.com/flightaware/TclXML/actions/workflows/linux-ci.yml/badge.svg)](https://github.com/flightaware/TclXML/actions/workflows/linux-ci.yml)

# TclXML
TclXML is a package that provides XML parsing for the Tcl scripting language.
It has two implementations of XML parsers: one written purely in Tcl
and a wrapper for the Gnome libxml2 C library.

The TclXML package now incorporates the TclDOM and TclXSLT packages.
TclDOM and TclXSLT were previously distributed as separate packages.
The three packages may still be used as if they were standalone.