Web Data Management What is the right syntax of the doc() function ? doc(bookdetails.xml); doc('bookdetails.xml') doc("bookdetails.xml") doc("bookdetails.xml"); doc(bookdetails.xml); doc('bookdetails.xml') doc("bookdetails.xml") doc("bookdetails.xml"); ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Which of these are built on XPath expressions ? XQuery and XPath XQuery and XLink XQuery and XPointer XLink and XPointer XQuery and XPath XQuery and XLink XQuery and XPointer XLink and XPointer ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Which of these node is also known as "root" ? document comment elemen namespace document comment elemen namespace ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Valid XML document means (most appropriate) ? the document has root element the document contains atleast one or more root element the XML document has DTD associated with it & it complies with that DTD Each element must nest inside any enclosing element property the document has root element the document contains atleast one or more root element the XML document has DTD associated with it & it complies with that DTD Each element must nest inside any enclosing element property ANSWER DOWNLOAD EXAMIANS APP
Web Data Management What are the predefined attributes ? xml:lang xml:lang & xml:space xml:space none xml:lang xml:lang & xml:space xml:space none ANSWER DOWNLOAD EXAMIANS APP
Web Data Management XQuery uses ______ to address specific parts of an XML document. XHTML syntax XSL syntax XPath syntax XSLT syntax XHTML syntax XSL syntax XPath syntax XSLT syntax ANSWER DOWNLOAD EXAMIANS APP