]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove public/system identifiers from xsl:output; it's impossible for a subsequent...
authorNorman Walsh <ndw@nwalsh.com>
Sat, 22 Sep 2001 20:03:24 +0000 (20:03 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sat, 22 Sep 2001 20:03:24 +0000 (20:03 +0000)
website/xsl/website-common.xsl
website/xsl/website.xsl

index 94caf0c3b96b373d89bdc609d7c0d1c6f3dab37d..1af26ea606ea34bef74e778045b8c2f33b2d9aea 100644 (file)
 <xsl:strip-space elements="website webpage"/>
 
 <xsl:output method="html"
-            indent="no"
-            doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
-            doctype-system="http://www.w3.org/TR/html4/loose.dtd"
-/>
+            indent="no"/>
 
 <!-- ==================================================================== -->
 
index b66f014fc7a60d8d779b6dbc61a65f7bbef95dc0..169a13efda038c1ed6cb25012adb193947b98734 100644 (file)
 <xsl:include href="toc.xsl"/>
 
 <xsl:output method="html"
-            indent="no"
-            doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
-            doctype-system="http://www.w3.org/TR/html4/loose.dtd"
-/>
+            indent="no"/>
 
 <xsl:param name="autolayout" select="document($autolayout-file,/*[1])"/>