Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flightaware/tclxml
- Owner: flightaware
- License: other
- Created: 2019-07-02T21:08:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T02:10:34.000Z (almost 2 years ago)
- Last Synced: 2023-12-02T02:09:07.952Z (about 1 year ago)
- Topics: libxml2, libxslt, tcl-extension
- Language: C
- Homepage:
- Size: 740 KB
- Stars: 1
- Watchers: 22
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
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.