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



 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


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