xsl-list
[Top] [All Lists]

RE: [xsl] short and long empty xml elements

2006-10-13 10:14:28
For instance, XHTML is supposed to be 
valid XML, but it explicitly states that the following are 
not the same:

<script type="text/javascript" src="somfile.js"></script>
<script type="text/javascript" src="somfile.js" />


No, it recommends this serialization if you want your XHTML to render
properly on older browers that do not have explicit XHTML support. That's
quite different.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
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>
--~--