2016-07-19 23:19:29 -04:00
|
|
|
### hoxsl
|
|
|
|
|
|
|
|
hoxsl (pronounced like "voxel") is a library for XSLT 2.0, written in pure
|
|
|
|
XSLT, that introduces various types of higher-order logic, including
|
|
|
|
higher-order functions; functional abstractions for common operations; and
|
|
|
|
XSLT templates that take XSLT as input and produce XSLT as output.
|
|
|
|
|
|
|
|
This project is written in a [literate][] style; [see the manual][manual]
|
|
|
|
for more information.
|
|
|
|
|
|
|
|
[Source code][src]
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify it
|
|
|
|
under the terms of the [GNU General Public License][gpl] as published by the
|
|
|
|
Free Software Foundation, either version 3 of the License, or (at your
|
|
|
|
option) any later version.
|
|
|
|
|
|
|
|
[literate]: http://www.literateprogramming.com/
|
|
|
|
[manual]: manual/
|
2016-07-21 23:26:11 -04:00
|
|
|
[src]: http://git.savannah.gnu.org/cgit/hoxsl.git
|
2016-07-19 23:19:29 -04:00
|
|
|
[gpl]: https://www.gnu.org/licenses/gpl.html
|