updated XMLlieteral p[arsing algorithm
authorGuus Schreiber <guus.schreiber@vu.nl>
Tue, 17 Dec 2013 17:07:27 +0100
changeset 1617 51a87adda087
parent 1616 07a78fcc859d
child 1618 8c393eb5c793
updated XMLlieteral p[arsing algorithm
rdf-xml/index.html
--- a/rdf-xml/index.html	Tue Dec 17 16:24:40 2013 +0100
+++ b/rdf-xml/index.html	Tue Dec 17 17:07:27 2013 +0100
@@ -2913,7 +2913,8 @@
         method &mdash; any other method that gives the same result may be used.</p>
 
         <ol>
-        <li>Use <em>l</em> to construct an XPath <a
+	<!-- old algorithm
+	<li>Use <em>l</em> to construct an XPath <a
         href="http://www.w3.org/TR/1999/REC-xpath-19991116#infoset">node-set</a> 
         (a <a href="http://www.w3.org/TR/2002/REC-xml-exc-c14n-20020718/#def-document-subset">document
         subset</a>)</li> 
@@ -2927,7 +2928,12 @@
         <li>This sequence of octets <em>s</em> can be considered to be
         a UTF-8 encoding of some Unicode string <em>x</em> (sequence
         of Unicode characters)</li>
-
+        -->
+	<li>Use <em>l</em> to construct an an <a
+  href="http://www.w3.org/TR/xpath-datamodel-30/#sequences">XPath 
+  sequence</a>.</li> 
+        <li>Apply <a
+  href="http://www.w3.org/TR/xpath-functions-30/#func-serialize">http://www.w3.org/TR/xpath-functions-30/#func-serialize</a> to this sequence to give an xsd:string <em>x</em>.</li>
         <li>The Unicode string <em>x</em> is used as the lexical form of <em>l</em></li>
         <li>This Unicode string
         <em>x</em> SHOULD be in NFC Normal Form C [[NFC]]</li>
@@ -3513,10 +3519,10 @@
     <section id="section-Acknowledgments" class="appendix informative">
         <h2>Acknowledgments</h2>
 
-	<p class="issue">This section does not yet list those who made
-        contributions to the RDF 1.1 version, nor does it list the
-        current RDF WG members.</p>
-
+        <p>Gavin Carothers provided the RDF 1.1 update for the <a
+        href="parseTypeLiteralPropertyElt">Production
+        parseTypeLiteralPropertyElt</a>.</p>
+	
         <p>This specification is a product of extended deliberations by the
         <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#section-Acknowledgments">members
         of the RDFcore Working Group and the RDF and RDF Schema Working Group</a>.</p>
@@ -3835,6 +3841,11 @@
 	  <li>Added note to section on plain-literal event</li>
 	  <li>Updated link to QName definition in XML-NAMES</li>
 	  <li>Added diff with 2004 Recommendation</li>
+	  <li>Adapted  <a
+	href="#parseTypeLiteralPropertyElt">Production
+	parseTypeLiteralPropertyElt</a> to cater for non-normative
+	status of <code>rdf:XMLLiteral</code>.</li>
+        <h4></h4>
 	</ul> 
 	  
         </section>