Attribute standalone="no" should be included in XML declaration if a document: has an external DTD is linked to an external XSL stylesheet has external general references has processing instructions TRUE ANSWER : ? YOUR ANSWER : ?
Without XPath knowledge you will not be able to create ? XML documents XSL documents XSLT documents XLink documents TRUE ANSWER : ? YOUR ANSWER : ?
XML DSOs has the property for the number of pages of data the recordset contains ? count pageNumber pageCount number 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 : ?
Comment in XML document is given by ? <!-- --!> </-- -- > <?-- --> <!-- --> TRUE ANSWER : ? YOUR ANSWER : ?
To add the attribute named Type to the <customer> tag the syntax will be ? <customer Type attribute =”exelent”> <customer Type=” exelent” > <customer attribute Type=”exelent”> <customer Type attribute_type=”exelent”> TRUE ANSWER : ? YOUR ANSWER : ?
_____ nodes may have zero, one or more than one children. Parent Leaf Element Child TRUE ANSWER : ? YOUR ANSWER : ?