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 When processing an output XML, "new line" symbols ? are converted to single LF symbol are discarded are converted to single CR symbol are copied into output "as is", i.e. "CR+LF" for Windows, CR for Macintosh, LF for Unix are converted to single LF symbol are discarded are converted to single CR symbol are copied into output "as is", i.e. "CR+LF" for Windows, CR for Macintosh, LF for Unix ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Parameter entities can appear in ? xsl file xml file dtd file none of these xsl file xml file dtd file none of these ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Which statement is true? All XML elements must be lower case All XML elements must have a closing tag All XML documents must have a DTD All the statements are true All XML elements must be lower case All XML elements must have a closing tag All XML documents must have a DTD All the statements are true ANSWER DOWNLOAD EXAMIANS APP
Web Data Management XPath is a major element in ? XSLT XHTML XSL XML XSLT XHTML XSL XML ANSWER DOWNLOAD EXAMIANS APP
Web Data Management _____ nodes may have zero, one or more than one children. Element Leaf Child Parent Element Leaf Child Parent ANSWER DOWNLOAD EXAMIANS APP