What is the right syntax of the doc() function ? doc("bookdetails.xml") doc('bookdetails.xml') doc("bookdetails.xml"); doc(bookdetails.xml); TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following strings are a correct XML name? my Element None of these #myElement _myElement TRUE ANSWER : ? YOUR ANSWER : ?
XQuery is a language for finding and extracting the elements and attributes from ? tables database XML documents files TRUE ANSWER : ? YOUR ANSWER : ?
XQuery uses ______ to address specific parts of an XML document. XSL syntax XPath syntax XSLT syntax XHTML syntax TRUE ANSWER : ? YOUR ANSWER : ?
XPath is a ____ for defining parts of an XML document. function none of these syntax program TRUE ANSWER : ? YOUR ANSWER : ?
XQuery uses _______ to limit the extracted data from the XML documents. from-to None of the predicates limit TRUE ANSWER : ? YOUR ANSWER : ?
Which of these is not a valid XPath Axes ? followed attribute following ancestor TRUE ANSWER : ? YOUR ANSWER : ?
XPath includes over ? more than 100 built-in functions 100 built-in functions 200 built-in functions more than 200 built-in functions TRUE ANSWER : ? YOUR ANSWER : ?
The XML DOM object is ? Comment Reference Entity Entity Reference Comment Data TRUE ANSWER : ? YOUR ANSWER : ?
The default model for complex type, in XML schemas for element is ? All of the mentioned textOnly no default type elementOnly TRUE ANSWER : ? YOUR ANSWER : ?