summaryrefslogtreecommitdiff
path: root/public/index.atom
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.atom')
-rw-r--r--public/index.atom41
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">&lt;h1 id="relax-ng-compact-syntax-errata"&gt;RELAX NG Compact Syntax
+errata&lt;/h1&gt;
+&lt;div style="font-family: monospace"&gt;
+&lt;p&gt;To: relax-ng-comment@lists.oasis-open.org, jjc@jclark.com,
+eb2m-mrt@asahi-net.or.jp&lt;br/&gt; Subject: RELAX NG Compact Syntax
+errata&lt;br/&gt; Date: Sun, 09 Jun 2024 17:47:17 -0600&lt;br/&gt; Message-ID:
+&amp;lt;87sexly8ze.wl-lukeshu@lukeshu.com&amp;gt;&lt;/p&gt;
+&lt;/div&gt;
+&lt;p&gt;Hello,&lt;/p&gt;
+&lt;p&gt;I believe that I have found an error in the &lt;a
+href="https://relaxng.org/compact-20021121.html"&gt;RELAX NG Compact Syntax
+document&lt;/a&gt; (and am unsure if this is the best way to report it).&lt;/p&gt;
+&lt;p&gt;In the definition for &lt;code&gt;primary&lt;/code&gt;, it says&lt;/p&gt;
+&lt;pre&gt;&lt;code&gt; primary returns Element ::=
+…
+ | &amp;quot;empty&amp;quot;
+ { &amp;lt;empty/&amp;gt; }
+ | &amp;quot;notAllowed&amp;quot;
+ { &amp;lt;notAllowed/&amp;gt; }
+ | &amp;quot;empty&amp;quot;
+ { &amp;lt;text/&amp;gt; }
+…&lt;/code&gt;&lt;/pre&gt;
+&lt;p&gt;Surely that second "empty" literal should be "text"?&lt;/p&gt;
+&lt;div style="font-family: monospace"&gt;
+&lt;p&gt;-- &lt;br/&gt; Cheers,&lt;br/&gt; ~ Luke T. Shumaker&lt;br/&gt;&lt;/p&gt;
+&lt;/div&gt;
+</content>
+ <author><name>Luke T. Shumaker</name><uri>https://lukeshu.com/</uri><email>lukeshu@lukeshu.com</email></author>
+ <rights type="html">&lt;p&gt;The content of this page is Copyright © 2024 &lt;a href="mailto:lukeshu@lukeshu.com"&gt;Luke T. Shumaker&lt;/a&gt;.&lt;/p&gt;
+&lt;p&gt;This page is licensed under the &lt;a href="https://creativecommons.org/licenses/by-sa/4.0/"&gt;CC BY-SA 4.0&lt;/a&gt; license.&lt;/p&gt;</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>