diff options
Diffstat (limited to 'public/index.atom')
-rw-r--r-- | public/index.atom | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/public/index.atom b/public/index.atom index dd10c2c..18ad7fe 100644 --- a/public/index.atom +++ b/public/index.atom @@ -5,12 +5,51 @@ <link rel="self" type="application/atom+xml" href="./index.atom"/> <link rel="alternate" type="text/html" href="./"/> <link rel="alternate" type="text/markdown" href="./index.md"/> - <updated>2024-06-08T00:00:00+00:00</updated> + <updated>2024-07-10T00:00:00+00:00</updated> <author><name>Luke T. Shumaker</name><uri>https://lukeshu.com/</uri><email>lukeshu@lukeshu.com</email></author> <id>https://lukeshu.com/blog/</id> <entry xmlns="http://www.w3.org/2005/Atom"> + <link rel="alternate" type="text/html" href="./relax-ng-errata.html"/> + <link rel="alternate" type="text/markdown" href="./relax-ng-errata.md"/> + <id>https://lukeshu.com/blog/relax-ng-errata.html</id> + <updated>2024-07-10T00:00:00+00:00</updated> + <published>2024-07-10T00:00:00+00:00</published> + <title>RELAX NG Compact Syntax errata</title> + <content type="html"><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> +</content> + <author><name>Luke T. Shumaker</name><uri>https://lukeshu.com/</uri><email>lukeshu@lukeshu.com</email></author> + <rights type="html"><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></rights> + </entry> + + <entry xmlns="http://www.w3.org/2005/Atom"> <link rel="alternate" type="text/html" href="./message-threading.html"/> <link rel="alternate" type="text/markdown" href="./message-threading.md"/> <id>https://lukeshu.com/blog/message-threading.html</id> |