Nodes that have the same parent is called ? childs siblings elements none of these TRUE ANSWER : ? YOUR ANSWER : ?
In XML the internal DTD subset is read before the external DTD there is no internal type of DTD there is no external type of DTD the external DTD subset is read before the internal DTD TRUE ANSWER : ? YOUR ANSWER : ?
Which function is basically used to open the file. fileOpen() doc() open() fopen() TRUE ANSWER : ? YOUR ANSWER : ?
Which of these is not a valid XPath Axes ? following followed attribute ancestor TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following programs support XML or XML applications? RealPlayer Internet Explorer 5.5 & Netscape D.7 Netscape D.7 Internet Explorer 5.5 TRUE ANSWER : ? YOUR ANSWER : ?
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 XML uses a DTD to describe the data & XML uses a description node to describe data TRUE ANSWER : ? YOUR ANSWER : ?
A node's children, children's children, etc. is called ? none of these ancesters descendants siblings TRUE ANSWER : ? YOUR ANSWER : ?
To create a choise in XML schemas, we use the ? <xsd:choise> element <xsd:single> element <xsd:multi> element <xsd:select> element TRUE ANSWER : ? YOUR ANSWER : ?
Valid XML document means (most appropriate) ? the XML document has DTD associated with it & it complies with that DTD the document has root element Each element must nest inside any enclosing element property the document contains atleast one or more root element TRUE ANSWER : ? YOUR ANSWER : ?
XQuery is ? case-sensitive not always case-sensitive case-insensitive not always case-insensitive TRUE ANSWER : ? YOUR ANSWER : ?