Tuesday 13 August 2013

XML Document Preparation Rules


1.       Every XML Document must contain a root tag
2.       Every xml tag must contain a starting tag and ending tag
3.       XML tags are case sensitive
4.       Every XML tag can contain child tags and/or attributes
5.       If a tag contain an attribute then the attribute value must be specified in single quotes or double quotes
6.       XML file can contain empty tags

7.       XML file must be properly nested
Element Naming Rules

No comments:

Post a Comment