Subject: Re: Control over html output
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 22 May 2001 14:14:04 +0100
|
I was very interested to see David Carlisle's recommendation of leaving out
the indent option altogether (I'd still like to try this on Xalan) but
according to Mike Kay this will just default to output indent="yes", so
that's a pity...
Mike was right, but he meant you had to do
<xsl:output type="html" indent="no"/>
to turn off indenting, not that you could not do it at all.
If you do this you have full control over the content of every element
output, the system will never add (or remove) any white space unless you
ask it to.
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)
- 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)
- David Carlisle - Tue, 22 May 2001 09:12:51 -0400 (EDT) <=
- Andy Joslin - Tue, 22 May 2001 09:59:50 -0400 (EDT)
- David Carlisle - Tue, 22 May 2001 10:42:55 -0400 (EDT)
- Andy Joslin - Tue, 22 May 2001 11:19:56 -0400 (EDT)
- Jeni Tennison - Tue, 22 May 2001 10:57:51 -0400 (EDT)
|
|