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: RE: need to show spaces


"Joerg Heinicke" <joerg.heinicke@gmx.de> wrote:
> I assume you are using the namespace WD-XSL,

Also try looking for typos:

> <xsl.value-of select="translate(@val,' ', '&#160;')"/>
      ^
should be a colon

A rather different solution woul be to wrap the text into
a <pre> element or use one of the various CSS mechanisms
to tell the browser to preserve whitespace.

Regards
J.Pietschmann

 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]