README.md: Terminology correction (logic=>operations)
This is _not_ higher-order logic. I clearly had my terminology confused at the time.master
parent
458596c55f
commit
3dfd8eca2b
|
@ -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. The manual is "woven" from
|
||||
|
|
Loading…
Reference in New Issue