XSL transformation in Firefox, how to omit xmlns in returned trasnform?

Posted by bgrk on Stack Overflow See other posts from Stack Overflow or by bgrk
Published on 2010-05-14T01:00:51Z Indexed on 2010/05/15 2:14 UTC
Read the original article Hit count: 271

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about firefox

Related posts about xsl