You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Kriss <cr...@limiteazero.com> on 2001/06/11 12:02:34 UTC

Re: Netscape can't define the
tag

> 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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>