[xsl] Doctype Declerations Imported StyleSheets

Subject: [xsl] Doctype Declerations Imported StyleSheets
From: "Karl Stubsjoen" <kstubs@xxxxxxxxx>
Date: Sat, 10 Feb 2007 10:26:41 -0700
If I have a base template and I set the output to:

<xsl:output method="html" indent="yes"
	doctype-public="-//W3C//DTD HTML 4.01//EN"
	doctype-system="http://www.w3.org/TR/html4/strict.dtd"/>

Do I need to call out this doctype again in a template which imports
this base template?  It seems I do. If I don't, the resulting doctype
is different than the doctype called out above.  So how does this
work?

Thanks,

Karl..

Current Thread