I have an XSLT which constructs an XHTML page. It works fine, but when I change the following line:
to
The styling from my CSS file goes wrong. Whats going on there?
Code:
<xsl:output method="html" />
Code:
<xsl:output method="html" doctype-system="[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"[/URL]
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" />