Subject: Re: Control over html output
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 21 May 2001 18:00:35 +0100
|
> heh, on your groovy processor that works!
> sablot seems not to care what I tell it to do :)
white space nodes in the stylesheet are stripped (unless they are in
xsl:text) perhaps that's what is confusing you?
so
<xsl:value-of.../>
<xsl:value-of.../>
<xsl:value-of.../>
can be indented as I like without putting any white space in the output
but
<xsl:value-of.../>,
<xsl:value-of.../>,
<xsl:value-of.../>,
all the white space will go to the output exactly as input.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Re: Control over html output, (continued)
- David Carlisle - Mon, 21 May 2001 07:33:01 -0400 (EDT)
- alex black - Mon, 21 May 2001 11:23:56 -0400 (EDT)
- David Carlisle - Mon, 21 May 2001 11:48:33 -0400 (EDT)
- Alex Black - Mon, 21 May 2001 12:10:02 -0400 (EDT)
- David Carlisle - Mon, 21 May 2001 12:59:24 -0400 (EDT) <=
- Alex Black - Mon, 21 May 2001 13:26:11 -0400 (EDT)
- Michael Kay - Mon, 21 May 2001 14:06:10 -0400 (EDT)
- Alex Black - Mon, 21 May 2001 14:15:58 -0400 (EDT)
- Andy Joslin - Tue, 22 May 2001 08:29:52 -0400 (EDT)
|
|