Empty XML tags

Sorry not a java question but in empty XML tags does it matter if there is a space before the '/'.E.g is it OK to have this: <_STR1M32 />As opposed to this: <_STR1M32/>
[203 byte] By [paul_carrona] at [2007-11-27 4:48:45]
# 1
Yes it is legitimate. Many people write tags such as instead of
Dalzhima at 2007-7-12 10:01:44 > top of Java-index,Java Essentials,New To Java...
# 2
Great cheers.
paul_carrona at 2007-7-12 10:01:44 > top of Java-index,Java Essentials,New To Java...