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/06 17:20:03 UTC

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

Author: crossley
Date: Tue Sep  6 08:19:58 2005
New Revision: 279019

URL: http://svn.apache.org/viewcvs?rev=279019&view=rev
Log:
Remove Document type declaration.
Expose attributes for root element.
Remove trailing slash from xmlns attribute.

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=279019&r1=279018&r2=279019&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 08:19:58 2005
@@ -15,22 +15,16 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!-- <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd"> -->
 <!--
   Do we need to incorporate this somewhere ?-->
 
   <?xml-stylesheet type="text/css" 
                     href="http://www.w3.org/MarkUp/style/xhtml2.css"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 2.0//EN"
-    "http://www.w3.org/MarkUp/DTD/xhtml2.dtd">
-<!-- <html xmlns="http://www.w3.org/2002/06/xhtml2/" xml:lang="en"
-      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-      xsi:schemaLocation="http://www.w3.org/2002/06/xhtml2/
-                          http://www.w3.org/MarkUp/SCHEMA/xhtml2.xsd"
-			  >-->
-
-
-<html> 
+<html xmlns="http://www.w3.org/2002/06/xhtml2" xml:lang="en"
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   xsi:schemaLocation="http://www.w3.org/2002/06/xhtml2/
+   http://www.w3.org/MarkUp/SCHEMA/xhtml2.xsd"
+>
   <head> 
     <title>XHTML 2 Template Page</title>
     <meta property="abstract">A document detailing (almost) all of the existing and new xhtml2 elements.</meta>