XPath includes over ? 200 built-in functions more than 200 built-in functions more than 100 built-in functions 100 built-in functions TRUE ANSWER : ? YOUR ANSWER : ?
Valid XML document means (most appropriate) ? the document contains atleast one or more root element the document has root element the XML document has DTD associated with it & it complies with that DTD Each element must nest inside any enclosing element property TRUE ANSWER : ? YOUR ANSWER : ?
Which of these are not the XQuery type of nodes ? namespace attribute element number TRUE ANSWER : ? YOUR ANSWER : ?
________ share the same data model and support the same functions and operators. XQuery 2.0 and XPath 1.0 XQuery 1.0 and XPath 2.0 XQuery 1.0 and XPath 1.0 XQuery 2.0 and XPath 2.0 TRUE ANSWER : ? YOUR ANSWER : ?
Well formed XML document means ? it contains a root element it contain an element it contains one or more elements must contain one or more elements and root element must contain all other elements TRUE ANSWER : ? YOUR ANSWER : ?
Which statement is true? All XML elements must be lower case All the statements are true All XML documents must have a DTD All XML elements must have a closing tag TRUE ANSWER : ? YOUR ANSWER : ?
Which function is basically used to open the file. doc() fileOpen() open() fopen() TRUE ANSWER : ? YOUR ANSWER : ?
XPath contains a library of standard functions variables commands programs TRUE ANSWER : ? YOUR ANSWER : ?
XPath was designed to be used by XSLT, XPointer and other XML ? compiler software parsing software linker software loader software TRUE ANSWER : ? YOUR ANSWER : ?
Predicates are used to find the ? child of a specific node parent of a specific node specific node root TRUE ANSWER : ? YOUR ANSWER : ?