+ ids on remaining examples
authorEric Prud'hommeaux <eric@w3.org>
Sun, 24 Nov 2013 05:05:33 -0500
changeset 419 afe7bcda2e56
parent 418 b6e30f322eda
child 420 add7b238d4bd
+ ids on remaining examples
ldp.html
--- a/ldp.html	Thu Nov 21 12:06:10 2013 -0500
+++ b/ldp.html	Sun Nov 24 05:05:33 2013 -0500
@@ -818,7 +818,7 @@
 		the server responds with status code 200 (OK) and the following representation:
 	</p>
 
-<pre class="example"># The following is the representation of
+<pre class="example" id="ldpc-ex-page1"># The following is the representation of
 #    http://example.org/customer-relations
 #    Requests on the URI will result in responses that include the following HTTP header
 #       Link: &lt;http://example.org/customer-relations?p=2&gt;; rel='next'
@@ -862,7 +862,7 @@
 		the server responds with status code 200 (OK) and the following representation:
 	</p>
 
-<pre class="example"># The following is the representation of
+<pre class="example" id="ldpc-ex-page2"># The following is the representation of
 #  http://example.org/customer-relations?p=2
 #
 #  There is no "next" Link in the server's response, so this is the final page.
@@ -1096,7 +1096,7 @@
 		container with only three members and some information about the
 		container (the fact that it is a container and a brief title):</p>
 
-<pre class="example"># The following is the representation of
+<pre class="example" id="ldpc-ex-simple"># The following is the representation of
 #    http://example.org/container1/
 <!-- @base is here only so it's easier to paste into validators for checking -->
 # @base &lt;http://example.org/container1/&gt;
@@ -1244,7 +1244,7 @@
 		In this case, the non-member resource is identified by the URL 
 		<code>http://example.org/container1?non-member-properties</code>:
 	</p>
-<p>Request:</p>
+<p id="ldpc-ex-non-member">Request:</p>
 <pre class="example">GET /container1?non-member-properties HTTP/1.1
 Host: example.org
 Accept: text/turtle; charset=UTF-8
@@ -1307,7 +1307,7 @@
 	</p>
 	<p>Here is an example container described
 		previously, with representation for ordering of the assets:</p>
-<pre class="example"># The following is the ordered representation of
+<pre class="example" id="ldpc-ex-ordering"># The following is the ordered representation of
 #   http://example.org/netWorth/nw1/assetContainer/
 <!-- @base is here only so it's easier to paste into validators for checking -->
 # @base &lt;http://example.org/netWorth/nw1/assetContainer/&gt;