How can we make attributes have multiple values ? <myElement myAttribute="value1, value2"/> <myElement myAttribute="value1" myAttribute="value2"/> <myElement myAttribute="value1 value2"/> attributes cannot have multiple values TRUE ANSWER : ? YOUR ANSWER : ?
What is FLWOR ? For, Let, Where, Order by, Return For, Let,Where as,Object,Record Foreach,Let,Where as,Object,Record None of these TRUE ANSWER : ? YOUR ANSWER : ?
To add the attribute named Type to the <customer> tag the syntax will be ? <customer attribute Type=”exelent”> <customer Type attribute_type=”exelent”> <customer Type attribute =”exelent”> <customer Type=” exelent” > TRUE ANSWER : ? YOUR ANSWER : ?
Which function is basically used to open the file. fileOpen() doc() open() fopen() TRUE ANSWER : ? YOUR ANSWER : ?
In simple type built into XML schema type flat has single precision of ________ floating point 8 bit 4 bit 32 bit 16 bit TRUE ANSWER : ? YOUR ANSWER : ?
_____ nodes may have zero, one or more than one children. Element Leaf Child Parent TRUE ANSWER : ? YOUR ANSWER : ?
XQuery uses ______ to address specific parts of an XML document. XHTML syntax XSL syntax XSLT syntax XPath syntax TRUE ANSWER : ? YOUR ANSWER : ?
XPath is used to navigate through ? none of these files defferent pages elements and attributes TRUE ANSWER : ? YOUR ANSWER : ?
XQuery is the ? query language for XSL query language for XHTML query language for XML query language for XSLT TRUE ANSWER : ? YOUR ANSWER : ?
Kind of Parsers are ? well-formed non-validating and validating None of these well-documented TRUE ANSWER : ? YOUR ANSWER : ?