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

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

Author: twilliams
Date: Tue Sep  6 05:07:57 2005
New Revision: 278983

URL: http://svn.apache.org/viewcvs?rev=278983&view=rev
Log:
element name fixes

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=278983&r1=278982&r2=278983&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 Tue Sep  6 05:07:57 2005
@@ -30,11 +30,11 @@
 			  >-->
 
 
-<document> 
-  <header> 
+<html> 
+  <head> 
     <title>XHTML 2 Template Page</title>
-    <abstract>A document detailing (almost) all of the existing and new xhtml2 elements.</abstract> 
-  </header> 
+    <meta property="abstract">A document detailing (almost) all of the existing and new xhtml2 elements.</meta> 
+  </head> 
   <body> 
   
   <h>This is an example XHTML 2 Document and uses and XHTML 2 compatible CSS2 Style Sheet.
@@ -213,4 +213,4 @@
 </section>
 <seperator />
   </body>
-</document>
+</html>