example correction
authorGuus Schreiber <guus.schreiber@vu.nl>
Mon, 09 Dec 2013 16:19:08 +0100
changeset 1496 1cedae3014d6
parent 1495 97df2c6b6305
child 1497 ba5b530de2ce
example correction
rdf-xml/index.html
--- a/rdf-xml/index.html	Mon Dec 09 15:56:02 2013 +0100
+++ b/rdf-xml/index.html	Mon Dec 09 16:19:08 2013 +0100
@@ -11,7 +11,7 @@
           specStatus:           "PER",
           
           // the specification's short name, as in http://www.w3.org/TR/short-name/
-          shortName:            "rdf-syntax",
+          shortName:            "rdf-syntax-grammar",
 
           // if your specification has a subtitle that goes below the main
           // formal title, define it here
@@ -42,7 +42,7 @@
 
           // if you want to have extra CSS, append them to this list
           // it is recommended that the respec.css stylesheet be kept
-          extraCSS:             ["http://dvcs.w3.org/hg/rdf/raw-file/default/ReSpec.js/css/respec.css"],
+          // extraCSS:             ["http://dvcs.w3.org/hg/rdf/raw-file/default/ReSpec.js/css/respec.css"],
 
           // editors, add as many as you like
           // only "name" is required
@@ -152,7 +152,7 @@
         comparison of the resulting RDF graphs have shown that there was
         ambiguity &mdash; implementations generated different graphs and certain
         syntax forms were not widely implemented.</p>
-        ->
+        -->
 
         <p>This document revises the original RDF/XML gramma [[RDFMS]]
         in terms of XML Information Set [[!INFOSET]] information items which moves
@@ -355,27 +355,20 @@
         property elements.
         </p>
 
-        <div class="exampleOuter">
-        <div class="figure"><a id="example1">Example 1: Striped RDF/XML (<span class="nodeStripe">nodes</span> and <span class="arcStripe">predicate arcs</span>)</a></div>
-
-        <div class="exampleInner">
-        <div class="preExample">
-        <code>
-        <span class="nodeStripe">&lt;rdf:Description&gt;</span><br />
-        &nbsp;&nbsp;<span class="arcStripe">&lt;ex:editor&gt;</span><br />
-        &nbsp;&nbsp;&nbsp;&nbsp;<span class="nodeStripe">&lt;rdf:Description&gt;</span><br />
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="arcStripe">&lt;ex:homePage&gt;</span><br />
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="nodeStripe">&lt;rdf:Description&gt;</span><br />
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="nodeStripe">&lt;/rdf:Description&gt;</span><br />
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="arcStripe">&lt;/ex:homePage&gt;</span><br />
-
-        &nbsp;&nbsp;&nbsp;&nbsp;<span class="nodeStripe">&lt;/rdf:Description&gt;</span><br />
-        &nbsp;&nbsp;<span class="arcStripe">&lt;/ex:editor&gt;</span><br />
-        <span class="nodeStripe">&lt;/rdf:Description&gt;</span><br />
-        </code>
-        </div>
-        </div>
-        </div>
+        <pre class-"example" id="example1">
+        &lt;!-- Striped RDF/XML (nodes and predicate arcs) --&gt;
+	
+        <code>&lt;rdf:Description&gt;</code>
+          &lt;ex:editor&gt;
+            &lt;rdf:Description&gt;
+              &lt;ex:homePage&gt;
+                &lt;rdf:Description&gt;
+                &lt;/rdf:Description&gt;
+              &lt;/ex:homePage&gt;
+            &lt;/rdf:Description&gt;
+          &lt;/ex:editor&gt;
+        &lt;/rdf:Description&gt;
+        </pre>
 
         <p>The <a href="#figure2">Figure 2</a> graph consists of some nodes
         that are