You can name the schema using the name attribute like ? <schema name=”schema1”> <schema attribute=”schema1”> <schema nameattribute=”schema1”> <schema nameattri=”schema1”> TRUE ANSWER : ? YOUR ANSWER : ?
What does XML stand for? eXtra Modern Link eXtensible Markup Language X-Markup Language Example Markup Language TRUE ANSWER : ? YOUR ANSWER : ?
Which of these is not a valid XPath Axes ? following ancestor followed attribute TRUE ANSWER : ? YOUR ANSWER : ?
Predicates are used to find the ? specific node parent of a specific node child of a specific node root TRUE ANSWER : ? YOUR ANSWER : ?
What is the correct syntax of the declaration which defines the XML version ? None of these <?xml version="A.0" /> <xml version="A.0" /> <?xml version="A.0"?> TRUE ANSWER : ? YOUR ANSWER : ?
________ share the same data model and support the same functions and operators. XQuery 2.0 and XPath 2.0 XQuery 2.0 and XPath 1.0 XQuery 1.0 and XPath 1.0 XQuery 1.0 and XPath 2.0 TRUE ANSWER : ? YOUR ANSWER : ?
____ is a major element in the W3C's XSLT standard. XPointer XQuery XPath XLink TRUE ANSWER : ? YOUR ANSWER : ?
To add the attribute named Type to the <customer> tag the syntax will be ? <customer Type attribute =”exelent”> <customer attribute Type=”exelent”> <customer Type attribute_type=”exelent”> <customer Type=” exelent” > TRUE ANSWER : ? YOUR ANSWER : ?
Each element and attribute has one parent only. Not always true False True None of these TRUE ANSWER : ? YOUR ANSWER : ?