summaryrefslogtreecommitdiff
path: root/public/relax-ng-errata.md
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-07-10 20:43:20 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-07-10 20:43:40 -0600
commit1847115052daa5460de5c87e9e95ed3e9d60831c (patch)
tree20a0370c372f3f271f03d95078f2852f48db124e /public/relax-ng-errata.md
parent09eab3442e382f082501965f2e9a8caf04fba5b8 (diff)
parent703b8810762db5c099594129f4221fcce0cf1fe6 (diff)
make: Add relax-ng-errata.mdpre-generated
Diffstat (limited to 'public/relax-ng-errata.md')
-rw-r--r--public/relax-ng-errata.md42
1 files changed, 42 insertions, 0 deletions
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"
+---
+
+<div style="font-family: monospace">
+To: relax-ng-comment@lists.oasis-open.org, jjc@jclark.com, eb2m-mrt@asahi-net.or.jp<br/>
+Subject: RELAX NG Compact Syntax errata<br/>
+Date: Sun, 09 Jun 2024 17:47:17 -0600<br/>
+Message-ID: &lt;87sexly8ze.wl-lukeshu@lukeshu.com&gt;
+</div>
+
+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"
+ { <empty/> }
+ | "notAllowed"
+ { <notAllowed/> }
+ | "empty"
+ { <text/> }
+…
+```
+
+Surely that second "empty" literal should be "text"?
+
+<div style="font-family: monospace">
+-- <br/>
+Cheers,<br/>
+~ Luke T. Shumaker<br/>
+</div>
+