Choose a topic to test your knowledge and improve your XML skills
What is the correct syntax of the declaration which defines the XML version?:
Which statement is true?
Is it easier to process XML than HTML?
Which of the following programs support XML or XML applications?:
Kind of Parsers are
Well formed XML document means
Comment in XML document is given by
When processing an output XML, "new line" symbols
Which of the following strings are a correct XML name?
Which of the following strings are a correct XML name?
Which of the following XML fragments are well-formed?
What are the predefined attributes
Valid XML document means (most appropriate)
XML uses the features of
XML document can be viewed in
There is a way of describing XML data, how?
What does DTD stand for?
DTD includes the specifications about the markup that can be used within the document, the specifications consists of all EXCEPT
Which of the following XML documents are well-formed?
Which of the following XML fragments are well-formed?
How can we make attributes have multiple values:
The use of a DTD in XML development is:
Parameter entities can appear in
Attribute standalone="no" should be included in XML declaration if a document:
In XML
Disadvantages of DTD are (i)DTDs are not extensible (ii)DTDs are not in to support for namespaces (iii)there is no provision for inheritance from one DTDs to another
To use the external DTD we have the syntax
To add the attribute named Type to the <customer> tag the syntax will be
The syntax for parameter entity is
You can name the schema using the name attribute like
The default model for complex type, in XML schemas for element is
Microsoft XML Schema Data types for Hexadecimal digits representating octates
A schema describes (i) grammer (ii) vocabulary (iii) structure (iv) datatype of XML document
Microsoft XML Schema Data Type “ boolean” has values
Simple type Built into Schema “ data’ represent a data in
In simple Type Built into XML schema Boolean type holds
In simple type built into XML schema type flat has single precision of ________ floating point
The XML DOM object is
Attribute of the document interface in DOM is/are (i)doctype (ii)implementation (iii)documentElement which are read only attributes
To create a choise in XML schemas, we use the
To create a data island we use the _____________HTML element
To Bind the HTML elements with DSO we use _________ attribute
To bind the HTML element <INPUT> Type in text with the datasource “ dsoCustomer” we use
XML DSOs has the property for the number of pages of data the recordset contains
Whats so great about XML?
For XML document to be valid
A textual object is a well formed XML document if (i) Taken as a whole it matches the production labeled document. (ii) Each of the parsed entity which is referenced directly or indirectly within the document can be well formed
<?xml version=” A.0” standalone=” yes” encoding=”UTF-8” ?>
The attribute used to define a new namespace is
To match the root node in XMLT transform the syntax will be