--- a/rdf-concepts/index.html Thu May 10 20:13:49 2012 +0100
+++ b/rdf-concepts/index.html Thu May 10 20:20:39 2012 +0100
@@ -891,22 +891,11 @@
<dt><a name="XMLLiteral-mapping" id="XMLLiteral-mapping">The lexical-to-value mapping</a></dt>
- <dd>is defined as follows:
- <ul>
- <li>Let <code>xmldoc</code> be the literal's lexical form,
- wrapped between an arbitrary XML start-tag and matching end-tag</li>
- <li>Let <code>domdoc</code> be a DOM
- <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#i-Document"><code>Document</code></a>
- node [[!DOM-LEVEL-3-CORE]] corresponding to <code>xmldoc</code></li>
+ <dd><ul>
<li>Let <code>domfrag</code> be a DOM
<a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-B63ED1A3"><code>DocumentFragment</code></a>
- whose
- <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1451460987"><code>childNodes</code></a>
- attribute is equal to the
- <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1451460987"><code>childNodes</code></a>
- attribute of <code>domdoc</code>'s
- <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-87CD092"><code>documentElement</code></a>
- attribute</li>
+ node [[!DOM-LEVEL-3-CORE]] corresponding to the literal's
+ <a>lexical form</a></li>
<li>Return <code>domfrag.<a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-normalize">normalize</a>()</code></li>
</ul></dd>
@@ -1135,6 +1124,7 @@
<h2>Changes from RDF 2004</h2>
<ul>
+ <li>2012-05-10: Simplified <code><a>rdf:XMLLiteral</a></code>'s new value space slightly after feedback from Ivan Herman and Arnaud Le Hors.</li>
<li>2012-05-10: Added an informative subsection on <a href="#vocabularies">RDF vocabularies and namespace IRIs</a>.</li>
<li>2012-05-09: Removed an example from the conformance section that didn't make sense any more with the modified <code>rdf:XMLLiteral</code>. Added some new issue boxes.</li>
<li>2012-05-09: <code><a>rdf:XMLLiteral</a></code> no longer requires lexical forms to be canonicalized, and the value space is now defined in terms of [[DOM-LEVEL-3-CORE]] (<a href="https://www.w3.org/2011/rdf-wg/track/issues/13">ISSUE-13</a>)</li>