From 3dfd8eca2b3d1dcef6f5a04bb0267c2b072e9b90 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 19 Mar 2023 22:32:43 -0400 Subject: [PATCH] README.md: Terminology correction (logic=>operations) This is _not_ higher-order logic. I clearly had my terminology confused at the time. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8da62db..2c2d8cd 100644 --- a/README.md +++ b/README.md @@ -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