renamed compat-xhtml.xsl to compatibility-xhtml.xsl
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 8 Mar 2004 18:12:51 +0000 (18:12 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 8 Mar 2004 18:12:51 +0000 (18:12 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1159 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/doc/compatibility-xhtml.xsl [moved from util-vserver/doc/compat-xhtml.xsl with 76% similarity]

similarity index 76%
rename from util-vserver/doc/compat-xhtml.xsl
rename to util-vserver/doc/compatibility-xhtml.xsl
index 19eb390..88d187c 100644 (file)
@@ -1,15 +1,19 @@
 <?xml version="1.0" encoding="utf-8"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                xmlns="http://www.w3.org/TR/xhtml1/strict"
                 version="1.0">
 
-  <xsl:output method="xhtml"/>
+  <xsl:output method="xml"
+              indent="yes"
+              doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
+              doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
 
   <xsl:template match="/">
     <html>
       <head>
         <title><xsl:apply-templates select="compatibility/title"/></title>
       </head>
-      <body bgcolor="#FFFFFF">
+      <body>
         <xsl:apply-templates select="compatibility/program">
           <xsl:sort select="compatibility/program/location"/>
           <xsl:sort select="compatibility/program[name]"/>