Tuesday, November 30, 2010

Rules of XML

The XML declaration It defines the XML version of the document. But It's optional.

All XML elements must have a closing tag.

XML tags are case sensitive.

All XML documents must have a root tag.

Attribute values must always be quoted.

---------------------------
So, the minimal xml file includes only 4 characters, it's verified validly on IE7.
a.xml
< / a>

No comments:

Post a Comment