CBSE BOARD X, asked by sainiaakarshita, 11 months ago

What are XML Syntax rules ???​

Answers

Answered by cutestbaby
1

July 11th, 2013. The rules of an XML document are logic and simple. The XML syntax is easy to learn and utilize. All the XML elements must have an ending tag.

Answered by Anonymous
4

Answer:

Hope it will help u

The XML documents must contain an element that identifies the file for all the documents used. It is also called a root element:

<root>

<row>

<subrow>…..</subrow>

</row>

</root>

2.the values of the XML attributes must be quoted.

3.The writing syntax of comments is similar with the one from HTML:

<!– This is a comment –>

4.All tags must have opening and closing tags

5.xml doc.must contain one element

Similar questions