Compare commits

...

1 Commits

Author SHA1 Message Date
Mike Gerwitz d83c659afe
README.md: Terminology correction (logic=>operations)
This is _not_ higher-order logic.  I clearly had my terminology confused
at the time.
2023-03-19 22:32:43 -04:00
1 changed files with 2 additions and 3 deletions

View File

@ -11,9 +11,8 @@
-->
# 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