From 25e31b0341f6fd693c4edf79b7c7ef1b72a8b084 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Wed, 4 Apr 2001 11:41:00 +0000 Subject: [PATCH] Support indent and doctype public/system on chunks (for Saxon, anyway, Xalan's multiple-document extension doesn't seem to support this) --- xsl/html/chunker.xsl | 77 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 75 insertions(+), 2 deletions(-) diff --git a/xsl/html/chunker.xsl b/xsl/html/chunker.xsl index d5d8a90ea..d4375d02c 100644 --- a/xsl/html/chunker.xsl +++ b/xsl/html/chunker.xsl @@ -39,8 +39,75 @@ + + + Writing + + + for + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Can't make chunks with + + 's processor. + + + + + + + + + + + + + + + + Writing + + + for + + + + @@ -48,7 +115,10 @@ + encoding="{$encoding}" + indent="{$indent}" + doctype-public="{$doctype-public}" + doctype-system="{$doctype-system}"> @@ -57,7 +127,10 @@ + encoding="{$encoding}" + indent="{$indent}" + doctype-public="{$doctype-public}" + doctype-system="{$doctype-system}"> -- 2.50.1