XSL transformation in Firefox, how to omit xmlns in returned trasnform?
- by bgrk
I am trying to do xsl transformation in javascript in firefox 3.5. The transformed value has something like this:
<span xmlns="http://www.w3.org/1999/xhtml/">...</span>
How can I ensure that the xmlns isn't set here? This happens only in Firefox and not IE.