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 Predicates are used to find the ? root specific node parent of a specific node child of a specific node root specific node parent of a specific node child of a specific node ANSWER DOWNLOAD EXAMIANS APP
Web Data Management For XML document to be valid ? document need not to be well formed document validity has no relationship with well formedness document need to be well formed & valid document need to be well formed also document need not to be well formed document validity has no relationship with well formedness document need to be well formed & valid document need to be well formed also ANSWER DOWNLOAD EXAMIANS APP
Web Data Management _____ nodes may have zero, one or more than one children. Element Child Parent Leaf Element Child Parent Leaf ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Which of these are not valid path expressions of XPath ? / $ @ // / $ @ // ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Is it easier to process XML than HTML? Somtimes Yes Cant say No Somtimes Yes Cant say No ANSWER DOWNLOAD EXAMIANS APP