On Nov 23, 2007, at 11:22 , Harald Armin Massa wrote:
> within XHTML it is recommended to use <br />, because some parsers
> will not parse it correctly without that space.
It's because some browser *HTML* parsers that aren't fully XML
compliant won't parse it correctly, not because some XML parsers have
a problem with it. Any XML parser worthy of the name should have no
problem with <br/> (or any other self-closing empty element tag, for
that matter).
Michael Glaesemann
grzm seespotcode net