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]

RE: how to omit new lines


Use <xsl:value-of select="normalize-space(.)"/>

Mike Kay

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of 
> Dmitri Ilyin
> Sent: 07 September 2001 19:57
> To: XSL-List@lists. mulberrytech. com (E-mail)
> Subject: [xsl] how to omit new lines
> 
> 
> Hi *,
> 
> I have simple xml as follows:
> 
> <text>
>    text
> </text>
> 
> and simple xsl to them:
> 
> ....
> <xsl:output method="html">
> ...
> <xsl:template match="text">
> 	blah:<xsl:value-of select="."/>
> </xsl:template>
> 
> I got in output:
> 
> .....
>      blah:
>         text
> 
> so the result of selection will be outputted in new line, as 
> in xml file.
> 
> How can i get it to put it all in one line:
> 
> ...
> blah: text
> ...
> 
> Thanks for advise
> 
> regards
> 
> Dmitri
>      
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

 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]