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.
An XML document has a logical structure and a ___________structure.
Physical
Virtual
Imaginary
Physical or Virtual
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
The comments are inserted to XML:
for fun
to add notes about document structure
to break a document in section
Both b and c
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
Attributes are the______settings of the element.
Property
Tag
Which component should be part of a web-browser for XML-support?
XML file
XML parser
XML processor
XML compiler
Which of the following strings are a correct XML name?
_ my Element
my Element
# my Element
None of the above
CSS means:
Coloured system software
Combined style sheet
Coloured style sheet
Cascading style sheet
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