XPath is a ____ for defining parts of an XML document. none of these program function syntax TRUE ANSWER : ? YOUR ANSWER : ?
XPath was designed to be used by XSLT, XPointer and other XML ? loader software parsing software compiler software linker software TRUE ANSWER : ? YOUR ANSWER : ?
In simple type built into XML schema type flat has single precision of ________ floating point 16 bit 32 bit 8 bit 4 bit TRUE ANSWER : ? YOUR ANSWER : ?
XPath is ? a Microsoft Standard not belong to any Standard not a W3C Standard a W3C Standard TRUE ANSWER : ? YOUR ANSWER : ?
XQuery is the ? query language for XHTML query language for XML query language for XSL query language for XSLT TRUE ANSWER : ? YOUR ANSWER : ?
Which of these are built on XPath expressions ? XQuery and XPointer XLink and XPointer XQuery and XLink XQuery and XPath TRUE ANSWER : ? YOUR ANSWER : ?
A node's children, children's children, etc. is called ? none of these ancesters siblings descendants TRUE ANSWER : ? YOUR ANSWER : ?
In simple Type Built into XML schema Boolean type holds ? 1,0 True ,False or 1,0 True, False True/False and any number except 0 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following XML fragments are well-formed? None of these <myElement myAttribute="value1 > value2"/> <myElement myAttribute="value1 <= value2"/> <myElement myAttribute="value1 & value2"/> TRUE ANSWER : ? YOUR ANSWER : ?