<form xmlns="">
Posted: Tue Aug 31, 2004 9:57 pm
Not sure if this is an XSL question or an Oxygen question, but...
My XSL contains this:
<xsl:output method="xml" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
<form>
...
</form>
When I generate XHTML, I get this:
<form xmlns="">
...
</form>
This xhtml won't validate, complaining that this attribute isn't supported for this tag. It makes no difference if I manually paste something into the empty quotes.
Any thoughts?
Willis Morse
My XSL contains this:
<xsl:output method="xml" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
<form>
...
</form>
When I generate XHTML, I get this:
<form xmlns="">
...
</form>
This xhtml won't validate, complaining that this attribute isn't supported for this tag. It makes no difference if I manually paste something into the empty quotes.
Any thoughts?
Willis Morse