You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/09/11 08:19:10 UTC

svn commit: r280083 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/samples/xhtml2_subset.xml

Author: crossley
Date: Sat Sep 10 23:19:06 2005
New Revision: 280083

URL: http://svn.apache.org/viewcvs?rev=280083&view=rev
Log:
Change id attributes to be xml:id

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/samples/xhtml2_subset.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/samples/xhtml2_subset.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/samples/xhtml2_subset.xml?rev=280083&r1=280082&r2=280083&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/samples/xhtml2_subset.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/samples/xhtml2_subset.xml Sat Sep 10 23:19:06 2005
@@ -107,7 +107,7 @@
 <section><h>9 XHTML text Module</h>
 <section><h>9.1 The abbr element</h>
 <abbr title="Abbreviation">abbr.</abbr>
-The <span id="w3c">World Wide Web Consortium</span>
+The <span xml:id="w3c">World Wide Web Consortium</span>
  (<abbr full="#w3c">W3C</abbr>) develops interoperable technologies 
  (specifications, guidelines, software, and tools) to lead the Web to its full potential. 
  <abbr full="#w3c">W3C</abbr> is a forum for information, commerce, communication, and 
@@ -127,7 +127,7 @@
 </section>
 <separator />
 <section><h>9.4 The dfn element</h>
-dfn explains acronym, explanation coming <dfn id="as soon as possible">ASAP</dfn> :)
+dfn explains acronym, explanation coming <dfn xml:id="as-soon-as-possible">ASAP</dfn> :)
 </section>
 <section><h>9.5 The em element</h>
 <p>Retained from earlier versions, the em is to <em>emphasise</em> important words or phrases</p>
@@ -263,7 +263,7 @@
 <p><l>Examples of the above would be something like</l>
       <l class="l_class"><code>&lt;p class='quote'&gt;</code>. The class attribute is good for styling of
       single of multiple sections of a page/site and identification.</l>
-      <l id="l_id"><code>&lt;section id='content'&gt;</code>. Used as a unique identifier for an element - must be unique within the same document.</l>
+      <l xml:id="l_id"><code>&lt;section id='content'&gt;</code>. Used as a unique identifier for an element - must be unique within the same document.</l>
       <l class="l_class" layout="relevant" ><code>&lt;l class="l_class" layout="relevant" &gt;</code>The layout attribute by default is 'irrelevant' - 
                            meaning no white space preserving basically.
                            The 'relevant' attribute value when specified,