[Guy Murphy]
> Some XSL parsers inpliment a hack of allowing you to generate HTML. XSL in
> and of itself only caters to the production of XML.
I think XT (which the initial query mentioned) incorporates such a
feature.
See James Clark's message in the XSL-List archive at
http://www.mulberrytech.com/xsl/xsl-list/archive/msg00858.html
Briefly, "... if you start your stylesheet with
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/TR/WD-xsl"
xmlns="http://www.w3.org/TR/REC-html40"
result-ns="">
it will recognize that you are generating HTML rather than XML and
output the result tree accordingly."
Cheers
Pete Johnston
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|