adplus-dvertising
frame-decoration

Question

Which of the following statement is false if we consider above XML document ?
<?xml version="1.0" encoding="ISO-8859-1"?>
<book>
  <bname>XML Tutorials</bname>
  <pages>100</pages>
  <price>$300.00</price>
</book>

a.

Document Syntax is Self Explanatory

b.

XML document forms a tree structure

c.

XML document can have more than one book

d.

It is a document that refers a single book

Posted under XML Web Technologies

Answer: (c).XML document can have more than one book

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following statement is false if we consider above XML document ?