1. XSL stands for: |
EXtendable Stylesheet Language |
EXtensible Stylesheet Language |
EXtensible Style Language |
EXtendable Style Language
|
2. The World Wide Web Consortium (W3C) started to develop XSL because there was a need for: |
ASP-based Stylesheet Language |
XSl-based Stylesheet Language |
HTML-based Stylesheet Language |
XML-based Stylesheet Language
|
3. XSL ________ how the XML document should be displayed! |
describes |
shows |
displays |
prints
|
4. XSL consists of three parts. which are ? |
XSLT,Xpath,HTML |
XSLT,Xpath,ASP |
XSLT,Xpath,XSL-FO |
XSLT,Xpath,XHTML
|
5. XSL processors do parses the XML source and tries to find out the matching _______ rule. |
file |
template |
page |
directory
|
6. _____ in XSL do allow the element to be processed for multiple times, each time producing different result. |
levels |
pages |
template |
Modes
|
7. Templates are been ordered according to their ________ which can be specified with the priority attributte. |
levels |
priority |
size |
date
|
8. An attributes can be accessed in the way similar to the elements. Notice ____ in front of the attribute name. |
@ |
$ |
% |
&
|
9. Which of these axes which are used in XSL ? |
child |
ancestor |
descendant-or-self |
grand-parent
|
10. An _____ instruction do contains the template, which is been applied to each node selected with the select attribute. |
xsl:for |
xsl:for-each |
xsl:do-while |
xsl:while
|
11. The xsl:element generates the elements in at time of processing. |
True |
False |
Not always |
None of these
|
12. The xsl:attribute do generates the elements in the time of processing. |
False |
Not always |
True |
None of these
|
13. The Copy and _______ constructs are used for the nodes copying. |
copy-by |
copy-of |
copy-for |
copy-with
|
14. The ____ instruction do enables the conditional processing. |
xsl:do-while |
xsl:while |
xsl:ifelse |
xsl:if
|
15. The xsl:choose element is used for the purpose of selection between the several possibilities. |
Not always |
True |
False |
None of these
|
16. An xsl:numbers do inserts a formated numbers into the ______ . |
output |
input |
file |
browser
|
17. Stylesheet can do have ____ variables with the same name. |
one |
less then three |
few |
several
|
18. Value of the local variable is bounded to the which element. |
xsl:where |
xsl:when |
xsl:than |
xsl:which
|
19. A _____ function returns number of nodes present in an argument node-set. |
number |
nodes |
counter |
count
|
20. "Position" function do returns the number equal to context position |
True |
False |
Can't say |
None of these
|