Home

What is the correct answer?

4

To arrange names in descending order in XSL, use

A. Order-by="name"

B. Order-by="+name"

C. Order-by="-name"

D. Order-by="name" desc

Correct Answer :

C. Order-by="-name"


Related Questions

The following is a valid XML Document<details> <subject> <roll>10</roll><name>Jayanta</name>… To specify a list of Attributes in Schema use In DTD to validate that a tag can have only text use In XML tags can be closed in any order In XML all attribute values must be quoted ie. center="MP" Latest version of XML is _______ Schema and DTD can be used together A new node can be inserted anywhere in an XML file ______ is used inXML documents to block off text that are to be side stepped… To select all the names whose salary is above 10000 use ___________ can be used to filter tags In DTD to specify an Attribute List use .cloneNode(false) DTD follows XML is preferred over HTML because Data type is applied in an XML file using For internal DTD __________ is not required To insert a node use If DTD file is used, it always validates an XML file irrespective of how… If two styles are mentioned asp{ color:blue }p.abc{ color:red } and paragraph… ______________ replaces a child node Use _________ to specify an Attribute list ___________ is used for comment in XML _____________ removes a child node Extension of a Schema file and an XML file is same If a node is replaced, it is reflected on the file itself In Schema to validate that an element can contain only Text use To select the first node using XPointer use To arrange names in descending order in XSL, use var xmlDoc=new ActivexObject ("Microsoft.xmldom"); Here xmldom is