Re: [xml-dev] Handling of empty content and white space-only content?

From
<>
To
Chris Burdess <>
Date
2005-09-22T10:42:32Z
ID
<>
Thread
Re: [xml-dev] Handling of empty content and white space-only content?
Chris Burdess writes:
 >  wrote:
 > > When I say that whitespace is significant, then I'm not referring to
 > > the  whitespace within an element tag:
 > > < foo /> and <foo/> are equivalent.
 > 
 > No. < foo /> is not well-formed.

Didn't know that, but you're right. There may be no space after the '<'
and before the element name. Spaces after the element name are OK though.