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: Control over html output


> the system will never add (or remove) any white space unless you
> ask it to.

In my experience if I specify indent="no", I get back just one huge block of
html output... there is no preserving of the original format of my code from
within the stylesheet.



-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of David
Carlisle
Sent: 22 May 2001 13:14
To: xsl-list@lists.mulberrytech.com
Subject: Re: [xsl] Control over html output



 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





 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]