Re: xsl:output method=xhtml

"Anthony Jones" <[email protected]> Mon, 31 Dec 2007 14:02:33 -0000
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Message-ID <[email protected]>
"twostepted" <[email protected]> wrote in message
news:8a477588-a643-4791-b2cd-e0d2230d0740@e10g2000prf.googlegroups.com...
> Anthony,
>
> Thanks for the reply.  I've responded inline below.
>
> > You need method="xml".  You should also consider using the
doctype-public
> > and doctype-system to specify the XHTML doc type.  For example:-
>
> When I use method="xml", I am able to see the namespaces, but I can't
> the rendered xforms controls.
>
> > <xsl:output method="xml"
> >
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
> >  doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
> >  indent="yes" />
>
> Thanks, I'd already included these (doctype-system & doctype-
> public).
>
> So I need some help with this.  Let me know if I should post any
> content or other info.
>

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?

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?


-- 
Anthony Jones - MVP ASP/ASP.NET