From: Norman Walsh Date: Fri, 1 Mar 2002 09:16:51 +0000 (+0000) Subject: Move stylesheet.result.type out of param and put it explicitly in each stylesheet... X-Git-Tag: release/1.79.1~6^2~5901 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5702cb2cd8b3f7df969ab91643a13f5506480938;p=docbook-dsssl Move stylesheet.result.type out of param and put it explicitly in each stylesheet because it has to be different --- diff --git a/xsl/fo/docbook.xsl b/xsl/fo/docbook.xsl index 2064b9b73..c5da75bf6 100644 --- a/xsl/fo/docbook.xsl +++ b/xsl/fo/docbook.xsl @@ -68,6 +68,8 @@ + + diff --git a/xsl/html/docbook.xsl b/xsl/html/docbook.xsl index 2bd5216d4..9938655d3 100644 --- a/xsl/html/docbook.xsl +++ b/xsl/html/docbook.xsl @@ -63,6 +63,8 @@ + + diff --git a/xsl/params/stylesheet.result.type.xml b/xsl/params/stylesheet.result.type.xml deleted file mode 100644 index e5cefaeb3..000000000 --- a/xsl/params/stylesheet.result.type.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -stylesheet.result.type -list -html -fo - - -stylesheet.result.type -Identifies the output format of this stylesheet - - - - - - -Description - -The Saxon extension functions need to know if the output format -is HTML ('html') or XSL Formatting Objects ('fo'). This variable answers -that question. Valid settings are 'html' or 'fo'. - - - diff --git a/xsl/xhtml/html2xhtml.xsl b/xsl/xhtml/html2xhtml.xsl index 80ba5cbf9..10be14bdb 100644 --- a/xsl/xhtml/html2xhtml.xsl +++ b/xsl/xhtml/html2xhtml.xsl @@ -25,6 +25,13 @@ + + + + 'xhtml' + + +