On 29 Dec 2005 17:14:21 -0200, Jorge Godoy <[EMAIL PROTECTED]> wrote: > It doesn't happen here:
<script src="foo.js"></script> and <script src="foo.js"> </script> Are not the same. The latter has a text node inside the script element consisting of a single space (unless I'm remembering my xml incorrectly).

