You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Philippe Vijghen <Ph...@forem.be> on 2000/02/07 18:01:17 UTC

doctype for the output

I could not succeed to produce a DOCTYPE on my output.

I use the following tag in my XSL.

<xsl:output 
	method="xml"
	encoding="iso-8859-1"
	doctype-public="-//WAPFORUM//DTD WML 1.1//EN"/>

...but no doctype appears on the output flow.

	Philippe