XPath is a language for finding information in an XSL document XHTML document XQuery document XML document TRUE ANSWER : ? YOUR ANSWER : ?
XQuery is ? case-insensitive not always case-insensitive case-sensitive not always case-sensitive TRUE ANSWER : ? YOUR ANSWER : ?
You can name the schema using the name attribute like ? <schema nameattri=”schema1”> <schema name=”schema1”> <schema attribute=”schema1”> <schema nameattribute=”schema1”> TRUE ANSWER : ? YOUR ANSWER : ?
The XML DOM object is ? Entity Reference Comment Reference Entity Comment Data TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following strings are a correct XML name? #myElement None of these my Element _myElement TRUE ANSWER : ? YOUR ANSWER : ?
The node is selected by following a ? both 1 and 2 none of these steps path TRUE ANSWER : ? YOUR ANSWER : ?
Parameter entities can appear in ? none of these xml file dtd file xsl file TRUE ANSWER : ? YOUR ANSWER : ?
What is the correct syntax of the declaration which defines the XML version ? <?xml version="A.0" /> None of these <xml version="A.0" /> <?xml version="A.0"?> TRUE ANSWER : ? YOUR ANSWER : ?