Hi,
> If I include
>
> xmlns="http://www.w3.org/TR/REC-html40"
>
> in my namespace, it gets rid of the question marks, but then
You can generate elements in that namespace, but you should note that that is *not* a namespace used by HTML 4.0--HTML is an SGML vocabulary, thus it doesn't have namespaces.
What I'd suggest is that you generate elements in null namespace and set xsl:output method="html" for clarity.
Cheers,
Jarno - this week's Real Synthetic Audio show
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|