Did you set the output type to HTML ?

  <xsl:output method="html"/>

The XSLT spec 16.2 states that an XSLT processor should recognise
certain tags as empty tags when generating HTML output. These tags
include <meta>, <link>, <img> and <hr>. See this link for details:

  http://www.w3.org/TR/xslt.html#section-HTML-Output-Method

Morten

MOLINIER David Pages Jaunes wrote:
> 
> Dmitri Ilyin a �crit :
> >
> > try <br />
> 
> I already tried, but neither <br /> nor <br><br/> work.
> 
> --
> David

Reply via email to