Parameter entities can appear in ? dtd file xsl file none of these xml file TRUE ANSWER : ? YOUR ANSWER : ?
Which of these are not a kind of XPath nodes ? processing-instruction comment namespace instruction TRUE ANSWER : ? YOUR ANSWER : ?
XPath is a ____ for defining parts of an XML document. program none of these syntax function TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following XML fragments are well-formed? <myElement myAttribute="someValue’/> <myElement myAttribute=someValue/> <myElement myAttribute=’someValue’> <myElement myAttribute="someValue"/> TRUE ANSWER : ? YOUR ANSWER : ?
Which of these are built on XPath expressions ? XQuery and XPath XQuery and XPointer XLink and XPointer XQuery and XLink TRUE ANSWER : ? YOUR ANSWER : ?
_____ nodes may have zero, one or more than one children. Child Element Leaf Parent TRUE ANSWER : ? YOUR ANSWER : ?
DTD includes the specifications about the markup that can be used within the document, the specifications consists of all EXCEPT ? the browser name element declarations entity declarations the size of element name TRUE ANSWER : ? YOUR ANSWER : ?
XQuery uses ______ to address specific parts of an XML document. XSLT syntax XSL syntax XHTML syntax XPath syntax TRUE ANSWER : ? YOUR ANSWER : ?