From 9e8cd065f4b6baf20005870cf5df4dcd2ce9528b Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 8 Jun 2024 22:37:43 -0600 Subject: oops, fix ws --- public/message-threading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/message-threading.md b/public/message-threading.md index eb83705..a710631 100644 --- a/public/message-threading.md +++ b/public/message-threading.md @@ -31,11 +31,11 @@ feedback valuable. You write that the algorithm in RFC 5256 is merely a restating of your algorithm, but I noticed 3 (minor) differences: - + 1. In your step 1.C, the RFC says to check whether this would create a loop, and if it would to skip creating the link; your version only says to perform this check in step 1.B. - + 2. The RFC says to sort the messages by date between your steps 4 and 5; that is: when grouping by subject, containers in the root set should be processed in date-order (you do not specify an order), -- cgit v1.2.3-2-g168b From 703b8810762db5c099594129f4221fcce0cf1fe6 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 10 Jul 2024 20:43:14 -0600 Subject: Add relax-ng-errata.md --- public/relax-ng-errata.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 public/relax-ng-errata.md diff --git a/public/relax-ng-errata.md b/public/relax-ng-errata.md new file mode 100644 index 0000000..1de39be --- /dev/null +++ b/public/relax-ng-errata.md @@ -0,0 +1,42 @@ +RELAX NG Compact Syntax errata +============================== +--- +date: "2024-07-10" +markdown_options: "-smart" +--- + +
+To: relax-ng-comment@lists.oasis-open.org, jjc@jclark.com, eb2m-mrt@asahi-net.or.jp
+Subject: RELAX NG Compact Syntax errata
+Date: Sun, 09 Jun 2024 17:47:17 -0600
+Message-ID: <87sexly8ze.wl-lukeshu@lukeshu.com> +
+ +Hello, + +I believe that I have found an error in the [RELAX NG Compact Syntax +document](https://relaxng.org/compact-20021121.html) (and am unsure if +this is the best way to report it). + +In the definition for `primary`, it says + +``` + primary returns Element ::= +… + | "empty" + { } + | "notAllowed" + { } + | "empty" + { } +… +``` + +Surely that second "empty" literal should be "text"? + +
+--
+Cheers,
+~ Luke T. Shumaker
+
+ -- cgit v1.2.3-2-g168b