Web Data Management In simple Type Built into XML schema Boolean type holds ? 1,0 True, False True ,False or 1,0 True/False and any number except 0 1,0 True, False True ,False or 1,0 True/False and any number except 0 ANSWER DOWNLOAD EXAMIANS APP
Web Data Management How can we make attributes have multiple values ? attributes cannot have multiple values attributes cannot have multiple values 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 Which of these is not a valid XPath Axes ? following followed attribute ancestor following followed attribute ancestor ANSWER DOWNLOAD EXAMIANS APP
Web Data Management To add the attribute named Type to the tag the syntax will be ? ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Valid XML document means (most appropriate) ? Each element must nest inside any enclosing element property the XML document has DTD associated with it & it complies with that DTD the document contains atleast one or more root element the document has root element Each element must nest inside any enclosing element property the XML document has DTD associated with it & it complies with that DTD the document contains atleast one or more root element the document has root element ANSWER DOWNLOAD EXAMIANS APP