README.md: link to generated manual

Mike Gerwitz 2017-04-29 00:02:14 -04:00
parent 6b632af8d7
commit 279ddc660e
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 6 additions and 5 deletions

View File

@ -11,13 +11,12 @@
--> -->
# Higher-Order XSLT # Higher-Order XSLT
hoxsl is a library for XSLT 2.0, written in pure XSLT, introducing hoxsl is a library for XSLT 2.0, written in pure XSLT, introducing
various types of higher-order logic; this includes higher-order various higher-order operations; this includes higher-order functions and
functions and XSLT templates that take XSLT as input and produce XSLT XSLT templates that take XSLT as input and produce XSLT as output.
as output.
The system is fully tested---see the test cases for additional The system is fully tested---see the test cases for additional
documentation as this project gets under way. This README will serve documentation as this project gets under way. The manual is "woven" from
as an informal manual until official documentation is produced. literate sources; [a compiled version is available online][manual].
## Higher-Order Functions ## Higher-Order Functions
@ -114,3 +113,5 @@ PARTICULAR PURPOSE. See the GNU General Public License for more details.
[nova-ho]: http://conferences.idealliance.org/extreme/html/2006/Novatchev01/EML2006Novatchev01.html [nova-ho]: http://conferences.idealliance.org/extreme/html/2006/Novatchev01/EML2006Novatchev01.html
[xslt-30-ho]: http://www.w3.org/TR/xslt-30/#dt-higher-order-operand [xslt-30-ho]: http://www.w3.org/TR/xslt-30/#dt-higher-order-operand
[manual]: https://mikegerwitz.com/hoxsl/manual/