From: Bob Stayton Date: Mon, 29 Oct 2012 23:18:22 +0000 (+0000) Subject: Replace docbook.xsl with docbook-no-doctype.xsl in xsl:import X-Git-Tag: release/1.79.1~6^2~291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=793e2e779648adee02a1c5058cc192dc713b230e;p=docbook-dsssl Replace docbook.xsl with docbook-no-doctype.xsl in xsl:import elements so the chunking stylesheet can generate output without a doctype if needed. --- diff --git a/xsl/xhtml/html2xhtml.xsl b/xsl/xhtml/html2xhtml.xsl index 52ee16a58..30478f654 100644 --- a/xsl/xhtml/html2xhtml.xsl +++ b/xsl/xhtml/html2xhtml.xsl @@ -50,11 +50,22 @@ - - - /html/ - /xhtml/ - + + + + docbook-no-doctype.xsl + + + + + /html/ + /xhtml/ + + +