1. XSLT is: |
| Extensible Stylesheet Language Translators |
| Extended Stylesheet Language Transformation |
| Extensible Stylesheet Language Transformation |
Extensible Style Language Transformation
|
2. It is a language for transforming XML documents into other XML |
| documents |
| files |
| web pages |
servives
|
3. XSLT is used for |
| transforms an XML document into another XML document |
| uses XPath to navigate in XML documents |
| is a W3C Recommendation |
is a Cascading Style Sheets
|
4. XML and XSLT supported by ___ browser's. |
| none of the |
| all |
| only a few |
only one
|
5. From ________ onwards Firefox has support for XML and XSLT (and CSS). |
| version 1.0.2 |
| version 1.0.0 |
| version 1.0.3 |
version 2.0.0
|
6. _______ onwards Internet Explorer supports XML, Namespaces, CSS, XSLT, and XPath. |
| Version 4 |
| Version 5 |
| Version 6 |
Version 2
|
7. XSLT stylesheets having number of templates. |
| True |
| False |
| Not always true |
None of these
|
8. Templates are defined by using: |
| <template> |
| <x:template> |
| <xsl> |
<xsl:template>
|
9. Which element can be used to compute generated text,within a template ? |
| <xsl:template> |
| <xsl:value-of> |
| <xsl> |
None of these
|
10. What is the correct symtax of for-each in XSLT ? |
<for-each> code � </for-each> |
<xsl:for-each> code � |
<xsl:for-each> code � </xsl:for-each> |
<xsl:foreach> code � </xsl:foreach>
|
11. Simple output filters which are supported by XSLT are ? |
| =,!=,<,> |
| =,!=,<,& |
| =,#,<,> |
^,!=,<,>
|
12. All browser's does not support ______ , one of the solution is to transform the XML to XHTML on the server. |
| XSL |
| XSL-FO |
| XSLT |
None of these
|
13. One of the design goal for XSLT was to make it possible to transform data from one format to another on a ______ . |
| internet |
| server |
| webpages |
network
|
14. It return readable ____ to all kinds of browsers. |
| values |
| pages |
| output |
data
|
15. Data stored in XML files can be edited in Internet browser. |
| False |
| True |
| Not always true |
None of these
|
16. To facilitate the editing of XML a markup language editor should be used with: |
| advanced functionality |
| basic functionality |
| no functionality |
None of these
|
17. Use the ____ method of the XSlT class to load an XSLT style sheet. |
| Load |
| use |
| connect |
link
|
18. Which of these are not the builtin function of XSLT ? |
| generate-id() |
| function-available() |
| key() |
file()
|
19. XSLT files may be combine to produce the required structure output format. |
| True |
| False |
| Not always true |
None of these
|
20. XSLT processors manipulate document ______ but do not manipulate documents. |
| style |
| file |
| structure |
page
|