Subject: RE: Get rid of lines break.
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Tue, 4 Sep 2001 17:27:42 +0100
|
Auguste,
Have a look at the element <xsl:strip-space elements="*" />
Ciao Chris
XML/XSL Portal
http://www.bayes.co.uk/xml
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Auguste Oumar
> Sent: 04 September 2001 16:58
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Get rid of lines break.
>
>
> Hi all,
> i wrote a xslt to transform a xml-file to an
> ascii-file.The problem ist: i don't like the lines
> break in the output-file.Ist it an easy way to get rid
> of them or should i have to write an application for
> that? I used the xalan xslt-processor from apache.
> The input :
> <?xml...?>
> <doc>
> <s1>abc</s1>
> <s2>def</s2>
> </doc>
>
> The output should be like:
> abcdef
>
> cheers
>
>
> __________________________________________________________________
> Do You Yahoo!?
> Gesendet von Yahoo! Mail - http://mail.yahoo.de
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|