Define the basic xml rules?
Answer / Saurabh Patel
The basic rules of XML are: 1) Every XML document must have a root element. 2) Elements must be properly nested (elements cannot overlap). 3) An XML document must start and end with a single root element. 4) Attributes in an XML element should always have quotes around their values. 5) Element names are case-sensitive.
| Is This Answer Correct ? | 0 Yes | 0 No |
Are there any keywords present in XML that cant be re-used while describing tags ? If so, list them.
How do I create an xsl file for an xml file?
What do I open xml with?
What is an xml file format?
What is the role of xsl transformer?
What is xpath descendant?
Can xml replace html?
How do I create an rss feed for my podcast?
What is xmlns in html?
What is text () in xpath?
what are the predefined entities in XML ?
Define xml?