Re: problem with transformiix



"Maik Seyring" <maik@xxxxxxxxxxx> wrote in message
news:4382cf8c$0$20851$9b4e6d93@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx

> My target was to replace carriage returns (line feeds) with <br/> but the
> result in the html-file is <br>.

This depends on the output method.

My guess is that you have specified <xsl:output method="html"/>. This will
output empty elements as you described.

Change this to <xsl:output method="xml"/>


// Magnus


.