Subject: 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 |
- ColdFusion and XSLT
- normbishop1 - Wed, 29 May 2002 17:28:51 -0400 (EDT)
- <Possible follow-ups>
- Dean Saxe - Wed, 29 May 2002 17:37:20 -0400 (EDT)
- Allen Chu - Thu, 30 May 2002 09:57:30 -0400 (EDT) <=
|
|