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

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

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);
})();