Comment in XML document is given by
< ? - - >
< ! - - ! >
< ! - - >
< / - - >
Which of the following XML fragments are well-formed?
< ? xml ? >
< ? xml version = "1.0" ? >
< ? xml encoding = "JIS" ? >
< ? xml encoding = "JIS" version = "1.0" ? >
Which is not a correct name for an XML element?
< xmldocument >
< 7eleven >
< phone _ number >
< root >
Which statement is true?
An XML document can have one root element
An XML document can have one child element
XML elements have to be in lower case
All of the above
Valid XML document means (most appropriate)
the document has root element
the document contains atleast one or more root element
the XML document has DTD associated with it & it complies with that DTD
Each element must nest inside any enclosing element property
Well formed XML document means
it contains a root element
it contains an element
it contains one or more elements
Must contain one or more elements and root element must contain all other elements.
There is a way of describing XML data,how?
XML uses XSL to describe data
XML uses a description node to describe data
XML uses a DTD to describe the data
None of these
What is the correct way of describing XML data?
XML uses a DTD to describe data
XML uses XSL to describe the data
XML uses a validator to describe the data
First generic markup language is:
ADML
ChessGML
InkML
SGML
Which of the following strings are a correct XML name?
_ my Element
my Element
# my Element
None of the above