XML uses the features of
HTML
XHTML
VML
SGML
Which of the following strings are a correct XML name?
_ my Element
my Element
# my Element
None of the above
First generic markup language is:
ADML
ChessGML
InkML
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 does DTD stands for?
Document Type Definition
Direct Type Definition
Dynamic Type Definition
Dynamic Type Data
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
Comment in XML document is given by
< ? - - >
< ! - - ! >
< ! - - >
< / - - >
XML documents must have a root tag.
XML tags are case sensitive
XML elements must be properly nested
All the statement are true
All XML elements must be lower case
All XML element must be properly closed
All XML documents must have a DTD