Karl Guertin <[EMAIL PROTECTED]> writes: > 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).
You are correct. But both my input and output have a space. :-) I read somewhere that IE gets lost without it and I got used to adding this single space... -- Jorge Godoy <[EMAIL PROTECTED]>

