Skip to content
forked from 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

License

Notifications You must be signed in to change notification settings

doktor-two/libslax

 
 

Repository files navigation

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, for which I heartily give thanks.

Check our github release page to find the latest release.

Please visit the libslax wiki. for more information, documentation, examples, and notes on SLAX and libslax.

<script type="text/javascript"> 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); })(); </script>

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 75.3%
  • XSLT 11.8%
  • Yacc 5.8%
  • Makefile 3.6%
  • M4 1.4%
  • Shell 1.2%
  • Other 0.9%