Each element and attribute has one parent only. False Not always true True None of these TRUE ANSWER : ? YOUR ANSWER : ?
Which of these type of built-in functions which are not supported by XPath ? node and QName manipulation functions sequence manipulation functions character values functions string values functions TRUE ANSWER : ? YOUR ANSWER : ?
Which of these is not a valid XPath Axes ? followed following attribute ancestor TRUE ANSWER : ? YOUR ANSWER : ?
XQuery uses _______ to limit the extracted data from the XML documents. from-to None of the predicates limit TRUE ANSWER : ? YOUR ANSWER : ?
Without XPath knowledge you will not be able to create ? XSL documents XML documents XSLT documents XLink documents TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following strings are a correct XML name? xmlExtension All XMLElement#123 xslNewElement TRUE ANSWER : ? YOUR ANSWER : ?
To Bind the HTML elements with DSO we use _________ attribute. DATAFLD DATASOURCE & DATASRC DATAFIELD DATASRC TRUE ANSWER : ? YOUR ANSWER : ?
XPath is a language for finding information in an XHTML document XML document XQuery document XSL document TRUE ANSWER : ? YOUR ANSWER : ?
To create a data island we use the _____________HTML element. <dataisland> <XMLIsland> <Island> <XML> 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 : ?