Web Data Management Which function is basically used to open the file. doc() open() fileOpen() fopen() doc() open() fileOpen() fopen() ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Which of these share the same data model and supports the same functions and operators ? XQuery 1.0 and XPath 1.0 XQuery 1.0.1 and XPath 2.0.1 XQuery 1.0 and XPath 2.0 XQuery 1.1 and XPath 2.0 XQuery 1.0 and XPath 1.0 XQuery 1.0.1 and XPath 2.0.1 XQuery 1.0 and XPath 2.0 XQuery 1.1 and XPath 2.0 ANSWER DOWNLOAD EXAMIANS APP
Web Data Management A node's children, children's children, etc. is called ? none of these ancesters descendants siblings none of these ancesters descendants siblings ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Parameter entities can appear in ? none of these dtd file xsl file xml file none of these dtd file xsl file xml file ANSWER DOWNLOAD EXAMIANS APP
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 Attribute standalone="no" should be included in XML declaration if a document: has external general references has an external DTD has processing instructions is linked to an external XSL stylesheet has external general references has an external DTD has processing instructions is linked to an external XSL stylesheet ANSWER DOWNLOAD EXAMIANS APP