There is a way of describing XML data, how? XML uses XSL to describe data XML uses a description node to describe data XML uses a DTD to describe the data & XML uses a description node to describe data XML uses a DTD to describe the data TRUE ANSWER : ? YOUR ANSWER : ?
To create a data island we use the _____________HTML element. <dataisland> <XMLIsland> <XML> <Island> TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following strings are a correct XML name? _myElement #myElement None of these my Element TRUE ANSWER : ? YOUR ANSWER : ?
In simple Type Built into XML schema Boolean type holds ? True, False True/False and any number except 0 True ,False or 1,0 1,0 TRUE ANSWER : ? YOUR ANSWER : ?
You can name the schema using the name attribute like ? <schema nameattri=”schema1”> <schema name=”schema1”> <schema nameattribute=”schema1”> <schema attribute=”schema1”> TRUE ANSWER : ? YOUR ANSWER : ?
Whats so great about XML? High speed on network Easy data exchange None of these Easy data exchange & High speed on network 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 : ?
Which of the following XML fragments are well-formed? <myElement myAttribute="value1 <= value2"/> <myElement myAttribute="value1 > value2"/> None of these <myElement myAttribute="value1 & value2"/> TRUE ANSWER : ? YOUR ANSWER : ?