What is the correct syntax of the declaration which defines the XML version ? <?xml version="A.0"?> <?xml version="A.0" /> None of these <xml version="A.0" /> TRUE ANSWER : ? YOUR ANSWER : ?
XPath is a ____ for defining parts of an XML document. syntax none of these function program TRUE ANSWER : ? YOUR ANSWER : ?
XQuery is a language for finding and extracting the elements and attributes from ? files tables XML documents database TRUE ANSWER : ? YOUR ANSWER : ?
Well formed XML document means ? it contains a root element it contains one or more elements must contain one or more elements and root element must contain all other elements it contain an element TRUE ANSWER : ? YOUR ANSWER : ?
Which of these share the same data model and supports the same functions and operators ? XQuery 1.0.1 and XPath 2.0.1 XQuery 1.1 and XPath 2.0 XQuery 1.0 and XPath 1.0 XQuery 1.0 and XPath 2.0 TRUE ANSWER : ? YOUR ANSWER : ?
XQuery is ? case-sensitive case-insensitive not always case-insensitive not always case-sensitive TRUE ANSWER : ? YOUR ANSWER : ?
XQuery is the ? query language for XSLT query language for XML query language for XHTML query language for XSL TRUE ANSWER : ? YOUR ANSWER : ?
For which of theses the XQuery can't be used ? Search Web documents for relevant information Transform XML data to XHTML Generate summary reports None of these TRUE ANSWER : ? YOUR ANSWER : ?
In XML the external DTD subset is read before the internal DTD the internal DTD subset is read before the external DTD there is no internal type of DTD there is no external type of DTD TRUE ANSWER : ? YOUR ANSWER : ?