Subject: RE: HTML <script> tag
From: "Andrew Welch" <awelch@xxxxxxxxxxxxxxx>
Date: Thu, 29 Aug 2002 11:42:31 +0100
|
> > If something is empty the first div becomes <div/> which
> > html doesn't
>
> If you are generating html then use the html output method and then
> the /> syntax will not be used.
Very true, but then you have all the added nuances html, some of which
are undesirable (for example if you need to post-process your html, say
with a sax parser).
The xhtml output method of 2.0 wouldn't help here either... and IE6
doesn't differentiate between <div> and <div/>... so how long?
Ultimately, until browsers become aware a minimisation="no" switch would
be really helpful, or of course, change the default behaviour to leaving
the elements fully expanded (with a switch to collapse, Im guessing to
save some space or for readability (?) ).
Is it really A Bad Thing to have <foo></foo> instead of <foo/>? At least
until clients catch up anyway...
cheers
andrew
> -----Original Message-----
> From: David Carlisle [mailto:davidc@xxxxxxxxx]
> Sent: 29 August 2002 10:49
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: HTML <script> tag
>
>
>
>
> > If something is empty the first div becomes <div/> which
> html doesn't
>
> If you are generating html then use the html output method and then
> the /> syntax will not be used.
>
>
> 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 or
> alternatively call
> Star Internet for details on the Virus Scanning Service.
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
>
>
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.381 / Virus Database: 214 - Release Date: 02/08/2002
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 02/08/2002
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|