> hi,
>
> I try to generate html file from xml and xsl by using xalan. The html
generated is running well
> with IE, but Netscape can't define the <br/> tag. May i know how to solve
the problem ?
>
>
> from
> Kok Choon.
Hi,
with XT setting the output method to html with:
<xsl:output method="html"/>
produces correct <br> and <img...> tags instead of <br/> and <img.../>.
This should also work with Xalan.
Cheers
K
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>