Choose a topic to test your knowledge and improve your XML skills
XML is case sensitive
The correct tag is
var xmlDoc=new ActivexObject ("Microsoft.xmldom"); Here xmldom is
.cloneNode(false)
.cloneNode(True)
To insert a node use
Schema and DTD can be used together
_______ is used for comment in XML
DTD stands for Data Type Definition
Use _________ to specify an Attribute list
If DTD file is used, it always validates an XML file irrespective of how the XML file is retrieved
In Schema data type can be specified using
In Schema Attribute list can be set to any element
If two styles are mentioned as p{ color:blue } p.abc{ color:red } and paragraph tag is used as <p class=abc>Hello World</p> then
To select a particular node __________ is used
To select all the names whose salary is above 10000 use
To arrange names in descending order in XSL, use
XML is preferred over HTML because
In XML tags can be closed in any order
___ is used inXML documents to block off text that are to be side stepped by an XML parser
To stop processing external files in XML use
A new node can be inserted anywhere in an XML file
If a node is replaced, it is reflected on the file itself
For internal DTD __________ is not required
Data type is applied in an XML file using
To retrieve a value stored in a attribute declared in a DTD file _________ is used
Schema follows
Cascading style sheet can be
To match a particular record use
To select the first node using XPointer use
_____ can be used to filter tags
__ is used to define the addressing mechanism while ________ is provides a standard way to use that mechanism in references
<? xml version="1.0"?> tag is mandatory
Latest version of XML is _______
In XML all attribute values must be quoted ie. center="MP"
_______ appends a child
.appendChild(newnode) can appends a node at any position
_______ replaces a child node
______ removes a child node
To specify a list of Attributes in Schema use
Which one is used to mention the values Attribute list
In Schema to validate that an element can contain only Text use
If "centre" is an attribute of a tag, then in Schema use __________ to validate it.
The valid Schema tag is
Extension of a Schema file and an XML file is same
In DTD to specify an Attribute List use
In DTD to validate that a tag can have only text use
DTD follows
Elements from the HTML namespace are displayed as they would in ...............
An .................... block can be to embed a CSS style sheet within an XML document.