[xsl] Linefeed problem

Subject: [xsl] Linefeed problem
From: "Allen Chu" <achu@xxxxxxxx>
Date: Thu, 30 May 2002 09:44:47 -0400
Hi! 
   I have xml segment like "<par>ABC...<bold>XYZ</bold>...DEF</par>".
Every time, I use <xsl:apply-template>, xslt creates a new line.
Therefore, the above example will be 
"<para>ABC...
 <b>XYZ</b>
 ...DEF</para>". However, what I desire is like
"<para>...<b>..</b>...</para>".

Thanks in advance.

Allen Chu
Conversion Programmer
DataStream LLC



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread