html errors corrected
authorGuus Schreiber <guus.schreiber@vu.nl>
Tue, 10 Dec 2013 00:59:15 +0100
changeset 1510 b7751fdbaa5f
parent 1509 62284ba20b76
child 1511 7d740b88c8c8
html errors corrected
rdf-xml/index.html
--- a/rdf-xml/index.html	Tue Dec 10 00:23:23 2013 +0100
+++ b/rdf-xml/index.html	Tue Dec 10 00:59:15 2013 +0100
@@ -114,20 +114,20 @@
 
         <p>This document defines an XML
         syntax for RDF called RDF/XML in terms of
-        Namespaces in XML, the XML Information Set</a>
+        Namespaces in XML, the XML Information Set
         and XML Base.</p>
 
     </section>
 
     <section id="sotd">
-        This document is an edited version of the 2004 RDF XML Syntax
+        <p>This document is an edited version of the 2004 RDF XML Syntax
         Specification Recommendation. The purpose of this revision is
         to make this 
         document available as part of the RDF 1.1 document set. Changes are
         limited to revised references, terminology updates, and adaptations to
         the introduction. 
         The technical content of the document is unchanged. Details of the changes
-        are listed in the <a href="#changes-rdf11">Changes</a> section. </section>
+        are listed in the <a href="#changes-rdf11">Changes</a> section.</p> </section>
 
     <section id="section-Introduction">
         <h2>Introduction</h2>
@@ -161,7 +161,7 @@
 	</ul></li> 
       <li>A document describing RDF Schema [[!RDF-SCHEMA]], which
     provides a data-modeling vocabulary for RDF data. </li>
-    
+    </ul>
          <p>For a longer introduction to the RDF/XML syntax with a historical
         perspective, see "RDF: Understanding the Striped RDF/XML
         Syntax" [[STRIPEDRDF]].</p>
@@ -195,7 +195,7 @@
         The RDF graph has <em>nodes</em>
         and labeled directed <em>arcs</em>
         that link pairs of nodes and this is represented as a set of 
-        RDF triples</a>
+        RDF triples
         where each triple contains a
         <em>subject node</em>, <em>predicate</em> and <em>object node</em>.
         Nodes are IRIs, literals, or blank nodes. 
@@ -275,7 +275,7 @@
 
         <figure id="figure2">
           <img src="figure2.png" alt="One Path Through the Graph" />
-        <figcaption>One Path Through the Graph</a> (<a href="figure2.svg">SVG version</a>)</figcaption>
+        <figcaption>One Path Through the Graph (<a href="figure2.svg">SVG version</a>)</figcaption>
         </figure>
 
         <p>The left hand side of the <a href="#figure2">Figure 2</a>
@@ -441,7 +441,7 @@
         the empty property element form giving the result shown in
         <a href="#example5">Example 5</a>:</p>
 
-<pre class="example" id"example5">
+<pre class="example" id="example5">
 <strong>Empty property elements</strong>
 	  
 &lt;rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"&gt;
@@ -492,7 +492,7 @@
   &lt;ex:editor&gt;
     &lt;rdf:Description ex:fullName="Dave Beckett"&gt;
       &lt;ex:homePage rdf:resource="http://purl.org/net/dajobe/"/&gt;
-    &lt;/rdf:Description&gt
+    &lt;/rdf:Description&gt;
   &lt;/ex:editor&gt;
 &lt;/rdf:Description&gt;
 </pre>
@@ -669,7 +669,7 @@
         typed literal
         ("123", <code>http://www.w3.org/2001/XMLSchema#int</code>)
         to be interpreted as an
-        XML Schema [[!XMLSCHEMA-2]] datatype >code>int</code>.
+        XML Schema [[!XMLSCHEMA-2]] datatype <code>int</code>.
         </p>
 
 <pre class="example" id="example10">
@@ -1343,24 +1343,22 @@
         </p>
 
         <p class="note"><strong>Test:</strong>
-        Indicated by
-	<ul>
-	  <li>
+        indicated by: <br/>
 	<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test001.rdf">test001.rdf</a> and
-        <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test001.nt">test001.nt</a></li>
-	  <li>
+        <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test001.nt">test001.nt</a>
+	  <br/>
         <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test004.rdf">test004.rdf</a> and
-        <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test004.nt">test004.nt</a></li>
-	  <li>
+        <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test004.nt">test004.nt</a>
+	  <br/>
         <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test008.rdf">test008.rdf</a> and
-        <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test008.nt">test008.nt</a></li>
-	  <li>
+        <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test008.nt">test008.nt</a>
+	  <br/>
         <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test013.rdf">test013.rdf</a> and
-        <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test013.nt">test013.nt</a></li>
-	  <li>
+        <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test013.nt">test013.nt</a>
+	  <br/>
         <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test016.rdf">test016.rdf</a> and
-        <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test016.nt">test016.nt</a></li>
-        </ul></p>
+        <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test016.nt">test016.nt</a>
+        </p>
 
         <p>An empty same document reference ""
         resolves against the URI part of the base URI; any fragment part
@@ -1393,7 +1391,7 @@
         <h3>Constraints</h3>
 
         <dl>
-        <dt><<dfn id="constraint-id">constraint-id</dfn></dt>
+        <dt><dfn id="constraint-id">constraint-id</dfn></dt>
         <dd><p>Each application of production <a href="#idAttr">idAttr</a>
         matches an attribute.  The pair formed by the
         <a href="#eventterm-attribute-string-value" class="termref"><span class="arrow">·</span>string-value<span class="arrow">·</span></a>
@@ -1519,16 +1517,16 @@
         </dl>
 
         <p>There is no mapping of the following items to data model events:</p>
-        <dl>
-        <dt><a href="http://www.w3.org/TR/xml-infoset/#infoitem.pi">processing instruction information item</a></dt>
-        <dt><a href="http://www.w3.org/TR/xml-infoset/#infoitem.rse">unexpanded entity reference information item</a></dt>
-        <dt><a href="http://www.w3.org/TR/xml-infoset/#infoitem.comment">comment information item</a></dt>
-        <dt><a href="http://www.w3.org/TR/xml-infoset/#infoitem.doctype">document type declaration information item</a></dt>
-
-        <dt><a href="http://www.w3.org/TR/xml-infoset/#infoitem.entity.unparsed">unparsed entity information item</a></dt>
-        <dt><a href="http://www.w3.org/TR/xml-infoset/#infoitem.notation">notation information item</a></dt>
-        <dt><a href="http://www.w3.org/TR/xml-infoset/#infoitem.namespace">namespace information item</a></dt>
-        </dl>
+        <ul>
+        <li><a href="http://www.w3.org/TR/xml-infoset/#infoitem.pi">processing instruction information item</a></li>
+        <li><a href="http://www.w3.org/TR/xml-infoset/#infoitem.rse">unexpanded entity reference information item</a></li>
+        <li><a href="http://www.w3.org/TR/xml-infoset/#infoitem.comment">comment information item</a></li>
+        <li><a href="http://www.w3.org/TR/xml-infoset/#infoitem.doctype">document type declaration information item</a></li>
+
+        <li><a href="http://www.w3.org/TR/xml-infoset/#infoitem.entity.unparsed">unparsed entity information item</a></li>
+        <li><a href="http://www.w3.org/TR/xml-infoset/#infoitem.notation">notation information item</a></li>
+        <li><a href="http://www.w3.org/TR/xml-infoset/#infoitem.namespace">namespace information item</a></li>
+        </ul>
 
         <p>Other information items and properties have no mapping to
         syntax data model events.
@@ -1899,17 +1897,17 @@
         <section id="section-literal-node">
         <h3>Plain Literal Event</h3>
 
-	<p class-"issue">Plain literal handling needs to be
+	<p class="issue">Plain literal handling needs to be
 	updated</p>
 	
         <p>An event for a plain
-        literal</ which can have the following accessors:</p> 
+        literal which can have the following accessors:</p> 
 
         <dl>
-          <dt><dfn id="eventterm-literal-literal-value">literal-value</dfn><br /></dt>
+          <dt id="eventterm-literal-literal-value">literal-value</dt>
           <dd>Takes a string value.</dd>
 
-          <dt><dfn id="eventterm-literal-literal-language">literal-language</dfn><br /></dt>
+          <dt id="eventterm-literal-literal-language">literal-language</dt>
           <dd>Takes a string value used as a language tag in an RDF plain literal.</dd>
 
           <dt id="eventterm-literal-string-value">string-value</dt>
@@ -1976,13 +1974,13 @@
         <p>An event for a typed literal which can have the following accessors:</p>
 
         <dl>
-          <dt id="eventterm-xmlliteral-literal-value" id="eventterm-typedliteral-literal-value">literal-value</dfn></dt> 
+          <dt id="eventterm-typedliteral-literal-value">literal-value</dt> 
           <dd>Takes a string value.</dd>
 
-          <dt id="eventterm-literal-literal-datatype" id="eventterm-typedliteral-literal-datatype">literal-datatype</dfn></dt> 
+          <dt id="eventterm-literal-literal-datatype" id="eventterm-typedliteral-literal-datatype">literal-datatype</dt> 
           <dd>Takes a string value used as an IRI.</dd>
 
-          <dt id="eventterm-xmlliteral-string-value" id="eventterm-typedliteral-string-value">string-value</dfn></dt> 
+          <dt id="eventterm-typedliteral-string-value">string-value</dt> 
           <dd><p>The value is the concatenation of the following in this order
           "&quot;" (1 double quote),
           the escaped value of the
@@ -2113,7 +2111,7 @@
         <section id="section-Infoset-Grammar-General">
         <h4>Grammar General Notation</h4>
 
-        <table border="1" summary="This table describes the general notation used the grammar.">
+        <table border="1">
         <caption>Grammar General Notation.</caption>
         <tr>
         <th>Notation</th>
@@ -2142,7 +2140,7 @@
         <h4>Grammar Event Matching Notation</h4>
 
 
-        <table border="1" summary="This table describes the event matching notation used in the following sections to match sequences of syntax data model events.">
+        <table border="1">
         <caption>Grammar Event Matching Notation.</caption>
         <tr>
         <th>Notation</th>
@@ -2234,7 +2232,7 @@
         <section id="section-Infoset-Grammar-Action">    
         <h4>Grammar Action Notation</h4>
 
-        <table border="1" summary="This table describes the grammar actions notation used in the following sections to perform triple generation from syntax data model events.">
+        <table border="1">
         <caption>Grammar Action Notation.</caption>
         <tr>
         <th>Notation</th>
@@ -2305,45 +2303,45 @@
         
         <div class="productionOuter"><div class="productionInner">
         <table>
-        <tr valign="top">
+        <tr>
         <td><a href="#coreSyntaxTerms">7.2.2</a> <a href="#coreSyntaxTerms">coreSyntaxTerms</a></td> <td><code>rdf:RDF</code> | <code>rdf:ID</code> | <code>rdf:about</code> | <code>rdf:parseType</code> | <code>rdf:resource</code> | <code>rdf:nodeID</code> | <code>rdf:datatype</code></td>
 
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#syntaxTerms">7.2.3</a> <a href="#syntaxTerms">syntaxTerms</a></td> <td><a href="#coreSyntaxTerms">coreSyntaxTerms</a> | <code>rdf:Description</code> | <code>rdf:li</code></td>
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#oldTerms">7.2.4</a> <a href="#oldTerms">oldTerms</a></td> <td><code>rdf:aboutEach</code> | <code>rdf:aboutEachPrefix</code> | <code>rdf:bagID</code></td>
 
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#nodeElementURIs">7.2.5</a> <a href="#nodeElementURIs">nodeElementURIs</a></td> <td><a href="#anyURI">anyURI</a> - ( <a href="#coreSyntaxTerms">coreSyntaxTerms</a> | <code>rdf:li</code> | <a href="#oldTerms">oldTerms</a> )</td>
 
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#propertyElementURIs">7.2.6</a> <a href="#propertyElementURIs">propertyElementURIs</a></td> <td><a href="#anyURI">anyURI</a> - ( <a href="#coreSyntaxTerms">coreSyntaxTerms</a> | <code>rdf:Description</code> | <a href="#oldTerms">oldTerms</a> )</td>
 
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#propertyAttributeURIs">7.2.7</a> <a href="#propertyAttributeURIs">propertyAttributeURIs</a></td> <td><a href="#anyURI">anyURI</a> - ( <a href="#coreSyntaxTerms">coreSyntaxTerms</a>  | <code>rdf:Description</code> | <code>rdf:li</code> | <a href="#oldTerms">oldTerms</a> )</td>
 
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#doc">7.2.8</a> <a href="#doc">doc</a></td> <td>root(<a href="#eventterm-root-document-element">document-element</a> == <a href="#RDF">RDF</a>, 
         <a href="#eventterm-root-children">children</a> == list(<a href="#RDF">RDF</a>))</td>
 
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#RDF">7.2.9</a> <a href="#RDF">RDF</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <code>rdf:RDF</code>, 
         <a href="#eventterm-element-attributes">attributes</a> == set())<br />
         <a href="#nodeElementList">nodeElementList</a><br />
 
         end-element()</td>
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#nodeElementList">7.2.10</a> <a href="#nodeElementList">nodeElementList</a></td> <td><a href="#ws">ws</a>* (<a href="#nodeElement">nodeElement</a> <a href="#ws">ws</a>* )*</td>
         </tr>
-        <tr valign="top">
+        <tr>
 
         <td><a href="#nodeElement">7.2.11</a> <a href="#nodeElement">nodeElement</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#nodeElementURIs">nodeElementURIs</a><br />
         &#160;&#160;&#160;&#160;<a href="#eventterm-element-attributes">attributes</a> == set((<a href="#idAttr">idAttr</a> | <a href="#nodeIdAttr">nodeIdAttr</a> | <a href="#aboutAttr">aboutAttr</a> )?, <a href="#propertyAttr">propertyAttr</a>*))<br />
@@ -2351,7 +2349,7 @@
         <a href="#propertyEltList">propertyEltList</a><br />
         end-element()</td>
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#ws">7.2.12</a> <a href="#ws">ws</a></td> <td>A
         <a href="#section-text-node">text event</a> matching white
         space defined by XML [[XML10]] definition <em>White Space</em>
@@ -2360,11 +2358,11 @@
         in section
         <a href="http://www.w3.org/TR/2000/REC-xml-20001006#sec-common-syn">Common Syntactic Constructs</a></td>
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#propertyEltList">7.2.13</a> <a href="#propertyEltList">propertyEltList</a></td> <td><a href="#ws">ws</a>* (<a href="#propertyElt">propertyElt</a> <a href="#ws">ws</a>* ) *</td>
 
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#propertyElt">7.2.14</a> <a href="#propertyElt">propertyElt</a></td> <td><a href="#resourcePropertyElt">resourcePropertyElt</a> |
         <a href="#literalPropertyElt">literalPropertyElt</a> |
         <a href="#parseTypeLiteralPropertyElt">parseTypeLiteralPropertyElt</a> |
@@ -2374,14 +2372,14 @@
         <a href="#parseTypeOtherPropertyElt">parseTypeOtherPropertyElt</a> |
         <a href="#emptyPropertyElt">emptyPropertyElt</a></td>
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#resourcePropertyElt">7.2.15</a> <a href="#resourcePropertyElt">resourcePropertyElt</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ), 
 
         <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?))<br />
         <a href="#ws">ws</a>* <a href="#nodeElement">nodeElement</a> <a href="#ws">ws</a>*<br />
         end-element()</td>
         </tr>
-        <tr valign="top">
+        <tr>
 
         <td><a href="#literalPropertyElt">7.2.16</a> <a href="#literalPropertyElt">literalPropertyElt</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ), 
         <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, <a href="#datatypeAttr">datatypeAttr</a>?))<br />
@@ -2389,96 +2387,96 @@
         <a href="#section-text-node">text()</a><br />
         end-element()</td>
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#parseTypeLiteralPropertyElt">7.2.17</a> <a href="#parseTypeLiteralPropertyElt">parseTypeLiteralPropertyElt</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ), 
 
         <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, <a href="#parseLiteral">parseLiteral</a>))<br />
         <a href="#literal">literal</a><br />
         end-element()</td>
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#parseTypeResourcePropertyElt">7.2.18</a> <a href="#parseTypeResourcePropertyElt">parseTypeResourcePropertyElt</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ), 
 
         <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, <a href="#parseResource">parseResource</a>))<br />
         <a href="#propertyEltList">propertyEltList</a><br />
         end-element()</td>
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#parseTypeCollectionPropertyElt">7.2.19</a> <a href="#parseTypeCollectionPropertyElt">parseTypeCollectionPropertyElt</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ), 
 
         <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, <a href="#parseCollection">parseCollection</a>))<br />
         <a href="#nodeElementList">nodeElementList</a><br />
         end-element()</td>
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#parseTypeOtherPropertyElt">7.2.20</a> <a href="#parseTypeOtherPropertyElt">parseTypeOtherPropertyElt</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ), 
 
         <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, <a href="#parseOther">parseOther</a>))<br />
         <a href="#propertyEltList">propertyEltList</a><br />
         end-element()</td>
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#emptyPropertyElt">7.2.21</a> <a href="#emptyPropertyElt">emptyPropertyElt</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ), 
 
         <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, ( <a href="#resourceAttr">resourceAttr</a> | <a href="#nodeIdAttr">nodeIdAttr</a> )?, <a href="#propertyAttr">propertyAttr</a>*))<br />
         end-element()</td>
         </tr>
 
-        <tr valign="top">
+        <tr>
         <td><a href="#idAttr">7.2.22</a> <a href="#idAttr">idAttr</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:ID</code>, 
         <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#rdf-id">rdf-id</a>)</td>
 
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#nodeIdAttr">7.2.23</a> <a href="#nodeIdAttr">nodeIdAttr</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:nodeID</code>, 
         <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#rdf-id">rdf-id</a>)</td>
 
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#aboutAttr">7.2.24</a> <a href="#aboutAttr">aboutAttr</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:about</code>, 
         <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#URI-reference">URI-reference</a>)</td>
 
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#propertyAttr">7.2.25</a> <a href="#propertyAttr">propertyAttr</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <a href="#propertyAttributeURIs">propertyAttributeURIs</a>, 
         <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#anyString">anyString</a>)</td>
 
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#resourceAttr">7.2.26</a> <a href="#resourceAttr">resourceAttr</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:resource</code>, 
         <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#URI-reference">URI-reference</a>)</td>
 
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#datatypeAttr">7.2.27</a> <a href="#datatypeAttr">datatypeAttr</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:datatype</code>, 
         <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#URI-reference">URI-reference</a>)</td>
 
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#parseLiteral">7.2.28</a> <a href="#parseLiteral">parseLiteral</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:parseType</code>, 
         <a href="#eventterm-attribute-string-value">string-value</a> == "Literal")</td>
         </tr>
 
-        <tr valign="top">
+        <tr>
         <td><a href="#parseResource">7.2.29</a> <a href="#parseResource">parseResource</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:parseType</code>, 
         <a href="#eventterm-attribute-string-value">string-value</a> == "Resource")</td>
         </tr>
-        <tr valign="top">
+        <tr>
 
         <td><a href="#parseCollection">7.2.30</a> <a href="#parseCollection">parseCollection</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:parseType</code>, 
         <a href="#eventterm-attribute-string-value">string-value</a> == "Collection")</td>
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#parseOther">7.2.31</a> <a href="#parseOther">parseOther</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:parseType</code>, 
 
         <a
         href="#eventterm-attribute-string-value">string-value</a> == <a href="#anyString">anyString</a> - ("Resource" | "Literal" | "Collection") )</td>
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#URI-reference">7.2.32</a> <a href="#URI-reference">URI-reference</a></td> <td>An IRI.</td>
 
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#literal">7.2.33</a> <a
         href="#literal">literal</a></td> <td>Any XML element content
         that is allowed according to 
@@ -2489,7 +2487,7 @@
         <a href="http://www.w3.org/TR/2000/REC-xml-20001006#sec-starttags">3.1 Start-Tags, End-Tags, and Empty-Element Tags</a></td>
 
         </tr>
-        <tr valign="top">
+        <tr>
         <td><a href="#rdf-id">7.2.34</a> <a href="#rdf-id">rdf-id</a></td> <td>An attribute <a href="#eventterm-attribute-string-value" class="termref"><span class="arrow">·</span>string-value<span class="arrow">·</span></a>
         matching any legal [[XML-NAMES]] token
         <a href="http://www.w3.org/TR/REC-xml-names/#NT-NCName">NCName</a></td>
@@ -3576,12 +3574,12 @@
         <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/rdfxml.rng">RELAX&#160;NG XML version</a>.
         These formats are described in
         RELAX&#160;NG [[RELAXNG]] 
-        and RELAX&#160;NG Compact</a> [[RELAXNG-COMPACT]].</p>
+        and RELAX&#160;NG Compact [[RELAXNG-COMPACT]].</p>
 
         <p class="note">
         The RNGC schema has been updated to attempt to match the grammar but
         this has not been checked or used to validate RDF/XML.
-        </p></div>
+        </p>
 
         <pre>
         #
@@ -3792,7 +3790,7 @@
     </section>
 
     <!-- THIRTEENTH PART : Changes -->
-    <section id=section-changes" class="appendix informative">
+    <section id="section-changes" class="appendix informative">
     <h2>Changes</h2>
 
 	<section id="changes-rdf11">
@@ -3900,12 +3898,6 @@
         <p>None</p>
     </section>
 
-        <hr />
-
-        <div class="metadata">
-          <p><a href="metadata.rdf"><img src="http://www.w3.org/RDF/icons/rdf_metadata_button.40" alt="RDF/XML Metadata" /></a></p>
-
-        </div>
     </section>
 
     </body>