added comments on precedence of productions
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Tue, 27 Mar 2012 10:52:20 +0100
changeset 2018 9edcff5ce6d2
parent 2017 a908a4a06424
child 2019 50061aca0a46
added comments on precedence of productions
model/prov-n.html
--- a/model/prov-n.html	Tue Mar 27 10:47:17 2012 +0100
+++ b/model/prov-n.html	Tue Mar 27 10:52:20 2012 +0100
@@ -1565,6 +1565,10 @@
 </pre>
 </div>
 
+<p><b>Note:</b>The productions for <span class="nonterminal">qualifiedName</span> and <span class="nonterminal">prefix</span> are conflicting.  In the context of a <span class="nonterminal">namespaceDeclaration</span>, a parser should give precedence to the production for <span class="nonterminal">prefix</span>.
+</p>
+
+
 <div class="note">We need to explicitly disallow '<span class="name">-</span>' as first and only character of local part. Instead, it should be encoded as <span class="name">pct-encoded</span> [[!RFC3987]].
 </div>
 
@@ -1637,6 +1641,8 @@
 <tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedByte">xsd:unsignedByte</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#anyURI">xsd:QName</a></td></tr>
 </table>
 
+<p><b>Note:</b>The productions for <span class="nonterminal">qualifiedName</span> and <span class="nonterminal">intLiteral</span> are conflicting.  In the context of a <span class="nonterminal">Literal</span>, a parser should give precedence to the production for <span class="nonterminal">intLiteral</span>.
+</p>
 
 
 <section id="expression-types">