RE: Re: [xsl] Displaying blank space

Subject: RE: Re: [xsl] Displaying blank space
From: Jitt_Joynoosaeng@xxxxxxxxxxx
Date: Fri, 17 Jan 2003 08:32:10 -0600
Hi!

I'll give it a try.  Thank you for your help!  I really appreciate it.

Jitt

-----Original Message-----
From: jeni@xxxxxxxxxxxxxxxx [mailto:jeni@xxxxxxxxxxxxxxxx]
Sent: Friday, January 17, 2003 8:29 AM
To: Joynoosaeng, Jitt /xtwn
Cc: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Displaying blank space


Hi Jitt,

> I am reading in an xml tag that contains a value along with blank
> spaces. When this tag is displayed on the browser the spaces are not
> showing up. How can I get the spaces to display?

Substitute the spaces for non-breaking spaces as follows:

  <xsl:value-of select="translate(text, ' ', '&#160;')" />

Non-breaking spaces aren't collapsed by HTML browsers, whereas normal
spaces are.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



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


Current Thread