>     <img src=foo/>
> 
> Is the '/' a part of `foo' or does it close the tag?

Actually, that tag is invalid ;-)  - perhaps to solve this very issue, the
xhtml standard states that all values must be quoted, thus <img src="foo"/>
is legal (although missing an alt="" tag), and <img src=foo/> is not.

Also, I'm quite sure that the whitespace preceding the closing '/' is not
mandatory in xhtml/xml.


Regards

-- 
Henrik van Ginhoven                                         [EMAIL PROTECTED]
Storage for all kinds of waste                              http://mise.wox.org
... including humans                                                     9799-5

Reply via email to