header1.html

Thursday 2 May 2013

XML Quiz-2


XML Quiz-2
1.XML element's attributes are different from HTML attributes.True or False?
True
False


2."XML Attributes Must be Quoted".True or False?
True
False


3."XML attributes cannot contain multiple values but elements can." True or False?
True
False


4."XML attributes can contain tree structures". True or False?
True
False


5. What do you mean by "Well Formed" XML?
XML validated against a DTD
XML with correct syntax
XML document having a root element
None of above


6. What do you mean by "Valid" XML?
XML document having a root element
XML with correct syntax
XML validated against a DTD
None of above


7."XML documents must have a root element".True or False?
True
False


8.XML documents carry information about how to display the data.True or False?
True
False


9.With XSLT you can transform an XML document into HTML.True or False?
True
False


10.XML tags are case sensitive.True or False?
True
False

No comments:

Post a Comment