summaryrefslogtreecommitdiff
path: root/public/relax-ng-errata.html
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.html
parent09eab3442e382f082501965f2e9a8caf04fba5b8 (diff)
parent703b8810762db5c099594129f4221fcce0cf1fe6 (diff)
make: Add relax-ng-errata.mdpre-generated
Diffstat (limited to 'public/relax-ng-errata.html')
-rw-r--r--public/relax-ng-errata.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/public/relax-ng-errata.html b/public/relax-ng-errata.html
new file mode 100644
index 0000000..7a5b769
--- /dev/null
+++ b/public/relax-ng-errata.html
@@ -0,0 +1,51 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>RELAX NG Compact Syntax errata — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
+</head>
+<body>
+<header><a href="/">Luke T. Shumaker</a> » <a href=/blog>blog</a> » relax-ng-errata</header>
+<article>
+<h1 id="relax-ng-compact-syntax-errata">RELAX NG Compact Syntax
+errata</h1>
+<div style="font-family: monospace">
+<p>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;</p>
+</div>
+<p>Hello,</p>
+<p>I believe that I have found an error in the <a
+href="https://relaxng.org/compact-20021121.html">RELAX NG Compact Syntax
+document</a> (and am unsure if this is the best way to report it).</p>
+<p>In the definition for <code>primary</code>, it says</p>
+<pre><code> primary returns Element ::=
+…
+ | &quot;empty&quot;
+ { &lt;empty/&gt; }
+ | &quot;notAllowed&quot;
+ { &lt;notAllowed/&gt; }
+ | &quot;empty&quot;
+ { &lt;text/&gt; }
+…</code></pre>
+<p>Surely that second "empty" literal should be "text"?</p>
+<div style="font-family: monospace">
+<p>-- <br/> Cheers,<br/> ~ Luke T. Shumaker<br/></p>
+</div>
+
+</article>
+<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ <a class="em" href="/imworkingon/">my work</a> on the GNU/Linux
+ ecosystem. Thanks!</p></aside>
+
+<p>The content of this page is Copyright © 2024 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
+<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
+</footer>
+</body>
+</html>