Like here:
http://mxr.mozilla.org/mozilla-central/source/content/html/content/test/3
47174transform.xsl
--
Henri Sivonen
hsiv...@iki.fi
http://hsivonen.iki.fi/
That actually does specify the 'html' output method. It's just that it
does it implicitly.
See fourth paragraph in http://www.w3.org/TR/xslt#output , starting with
"The default for the"
If you output null namespaced nodes in the XML output method firefox
will create null-namespaced XML elements. I.e. not real HTML elements.
So they won't render as HTML elements, nor implement the HTML DOM APIs.
/ Jonas