summaryrefslogtreecommitdiff
path: root/xhtml/profile-chunk.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xhtml/profile-chunk.xsl')
-rw-r--r--xhtml/profile-chunk.xsl12
1 files changed, 7 insertions, 5 deletions
diff --git a/xhtml/profile-chunk.xsl b/xhtml/profile-chunk.xsl
index def7fff..eb48e81 100644
--- a/xhtml/profile-chunk.xsl
+++ b/xhtml/profile-chunk.xsl
@@ -1,10 +1,12 @@
-<?xml version="1.0" encoding="ASCII"?>
+<?xml version="1.0" encoding="US-ASCII"?>
+<!--This file was created automatically by xsl2profile-->
+<!--from the DocBook XSL stylesheets.-->
<!--This file was created automatically by html2xhtml-->
<!--from the HTML stylesheets.-->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" xmlns="http://www.w3.org/1999/xhtml" version="1.0" exclude-result-prefixes="exsl">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" xmlns="http://www.w3.org/1999/xhtml" xmlns:exslt="http://exslt.org/common" xmlns:ng="http://docbook.org/docbook-ng" xmlns:db="http://docbook.org/ns/docbook" exslt:dummy="dummy" ng:dummy="dummy" db:dummy="dummy" extension-element-prefixes="exslt" version="1.0" exclude-result-prefixes="exsl exslt">
<!-- ********************************************************************
- $Id: profile-chunk.xsl 6910 2007-06-28 23:23:30Z xmldoc $
+ $Id: chunk.xsl 6910 2007-06-28 23:23:30Z xmldoc $
********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
@@ -22,7 +24,7 @@
customizes any presentation templates. Then your chunking
customization should import mydocbook.xsl instead of
docbook.xsl. -->
-<xsl:import href="docbook.xsl"/>
+<xsl:import href="docbook-no-doctype.xsl"/>
<!-- chunk-common.xsl contains all the named templates for chunking.
In a customization file, you import chunk-common.xsl, then
@@ -47,6 +49,6 @@
customizations that use xsl:apply-imports to wrongly
apply the chunking version instead of the original
non-chunking version to format an element. -->
-<xsl:include href="profile-chunk-code.xsl"/>
+<xsl:include href="chunk-code.xsl"/>
</xsl:stylesheet>