https://github.com/juniper/libslax
libslax is a C implementation of the SLAX programming language, a dialect of XSLT that is more perl/C-like and easier to read/code/use. For additional information about SLAX, see
https://github.com/juniper/libslax
Last synced: 10 months ago
JSON representation
libslax is a C implementation of the SLAX programming language, a dialect of XSLT that is more perl/C-like and easier to read/code/use. For additional information about SLAX, see
- Host: GitHub
- URL: https://github.com/juniper/libslax
- Owner: Juniper
- License: bsd-3-clause
- Created: 2013-05-23T14:23:44.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T18:10:08.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T22:55:57.249Z (almost 2 years ago)
- Language: C
- Homepage: https://github.com/Juniper/libslax/wiki
- Size: 55.6 MB
- Stars: 50
- Watchers: 25
- Forks: 18
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## libslax
Welcome to libslax, an implementation of the SLAX language, an
alternate syntax for XSLT that follow the patterns of C and Perl.
This library builds on the most excellent work of Daniel Veillard
et al in the [libxml2 and libxslt libraries](http://xmlsoft.org),
for which I heartily give thanks.
Check our
[github release page](https://github.com/Juniper/libslax/releases)
to find the latest release.
Please visit the
[libslax wiki](https://github.com/Juniper/libslax/wiki).
for more information, documentation, examples, and notes on
SLAX and libslax.
var _gaq = _gaq || [];
_gaq.push(['_setAccount', ' UA-25845345-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();