xsl-list
[Top] [All Lists]

Re: [xsl] IE Client side transformation issue

2007-08-03 09:12:22

instead of the more sensible <script />,
You say sensible, but in html it's a syntax error.

(the opposite is also true: <br /> should not be written as <br></br> 
because, you guessed it right, IE cannot handle it well)

that's a syntax error in HTML as well, so why should IE handle it?
(when acting as an HTML system, which is all it claims to act as).

This will successfully suppress the erroneous behavior of IE. 

IE has multiple places where it's behaviour could be described as
erroneous, but I haven't seen any mentioned so far in this thread.


   <div><xsl:comment>i am empty</xsl:comment></div>
<xsl:template>

This will successfully suppress the erroneous behavior of IE. 


Returning the thread to XSLT, better to say this causes the XSLT to
generate valid HTML.

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>