Re: outputting spaces in html table cells

Subject: Re: outputting spaces in html table cells
From: Mike Brown <mike@xxxxxxxx>
Date: Mon, 28 Aug 2000 12:22:30 -0600 (MDT)
Mike Brown wrote:
> <td class="listing"> <xsl:value-of select="blah" /> </td>
> 
> then you have said "create an element 'td' with attribute
> 'class'='listing', and create a text node child with ' ' followed by a
> text node with the string-value of element 'blah' followed by a text
> node with another ' ':

Whoops, caught myself. Whitespace-only text nodes in the stylesheet tree
are always stripped unless they are in xsl:text. So this was actually 

> element 'td'
>    |  \___attribute 'class'='listing'
>    |___text '  '

all along.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


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


Current Thread