This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Linefeed problem


Allen Chu wrote:

> 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>".
>

[Top-level element:]

<xsl:output indent="no"/>

Cheers,

Stuart


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]