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: outputting spaces in html table cells


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]