Re: xsl:output method=xhtml

twostepted <[email protected]> Tue, 1 Jan 2008 21:33:22 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Organization http://groups.google.com
Message-ID <[email protected]>
> I'm not sure what the relationship is between XForms and XHTML is.  Are you
> talking about the XForms initiative of HTML forms that happen to be in a
> XHTML document?
I'm using the Mozilla XForms Extension (http://www.mozilla.org/
projects/xforms).  And yes I believe that we're thinking of the same
XForms (http://www.w3.org/MarkUp/Forms/).  The reason that I believe
<xsl:output method="xhtml" ... /> is essential is because <xsl:output
method="html" ... /> is stripping out the namespaces.

> Have you crafted the desired output manually and tested it as working then
> compared your hand crafted output with the generated output of your XSL?
Yes, I have tested that the output of my XSL works by setting
<xsl:output method="xml" ... /> and copying the contents of the
transform into a .html document.  This works well and I am able to see
and work with the XForms components.

Can you see what my problem is?  It seems to like Firefox doesn't
support <xsl:output method="xhtml" ... /> and this is exactly what I
need to make make my XForms XSL work.

Regards,

Travis