diff --git a/README.md b/README.md index 083308e..2c2d8cd 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,12 @@ --> # Higher-Order XSLT hoxsl is a library for XSLT 2.0, written in pure XSLT, introducing -various types of higher-order logic; this includes higher-order -functions and XSLT templates that take XSLT as input and produce XSLT -as output. +various higher-order operations; this includes higher-order functions and +XSLT templates that take XSLT as input and produce XSLT as output. The system is fully tested---see the test cases for additional -documentation as this project gets under way. This README will serve -as an informal manual until official documentation is produced. +documentation as this project gets under way. The manual is "woven" from +literate sources; [a compiled version is available online][manual]. ## 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 [xslt-30-ho]: http://www.w3.org/TR/xslt-30/#dt-higher-order-operand +[manual]: https://mikegerwitz.com/hoxsl/manual/ +