XML DSOs has the property for the number of pages of data the recordset contains ? number pageCount count pageNumber TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following XML fragments are well-formed? <myElement myAttribute="value1 > value2"/> <myElement myAttribute="value1 <= value2"/> None of these <myElement myAttribute="value1 & value2"/> TRUE ANSWER : ? YOUR ANSWER : ?
XPath is a ____ for defining parts of an XML document. program syntax function none of these TRUE ANSWER : ? YOUR ANSWER : ?
To create a choise in XML schemas, we use the ? <xsd:choise> element <xsd:select> element <xsd:single> element <xsd:multi> element TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following programs support XML or XML applications? RealPlayer Netscape D.7 Internet Explorer 5.5 & Netscape D.7 Internet Explorer 5.5 TRUE ANSWER : ? YOUR ANSWER : ?
XPath is a language for finding information in an XQuery document XSL document XHTML document XML document TRUE ANSWER : ? YOUR ANSWER : ?
A node's children, children's children, etc. is called ? descendants ancesters siblings none of these TRUE ANSWER : ? YOUR ANSWER : ?
XQuery uses _______ to limit the extracted data from the XML documents. predicates limit None of the from-to TRUE ANSWER : ? YOUR ANSWER : ?