RE: [xsl] how to omit new lines

Subject: RE: [xsl] how to omit new lines
From: Dmitri Ilyin <dmitri.ilyin@xxxxxxxxx>
Date: Fri, 7 Sep 2001 21:17:31 +0200
it works.. thanks

> -----Original Message-----
> From: Patrick Moore [mailto:patrickm@xxxxxxxxxxx]
> Sent: Friday, September 07, 2001 9:09 PM
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: RE: [xsl] how to omit new lines
> 
> 
> try:
> 	blah:<xsl:value-of select="normalize-space(._"/>
> 
> >-----Original Message-----
> >From: Dmitri Ilyin [mailto:dmitri.ilyin@xxxxxxxxx]
> >Sent: Friday, September 07, 2001 11:57 AM
> >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
> 

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


Current Thread