SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
XML XSLT
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 30 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. _________ is used to produce other output formats like XML - HTML - text - Word - PDF - etc. and contains method attribute that specifies which format is being produced
Empty Tags <elem></elem>
<xsl:choose>
STOICCS & VoFeAt
<xsl:output>
2. XSLT uses XPath to _______ and navigate thru XML documents
XQuery
<xsl:apply-templates>
<xsl:if>
filter
3. Used to extract data from inside an XML file. Uses path like syntax
XPath (eXtensible Path Language)
functional
XSLT (eXtensible Stylesheet Language Transformations)
<xsl:choose>
4. _________ creates copy of a particular element - then copy can be expressed in different part of tree node of resulting element - used when creating an xml file from another xml file - but needs to change the structure
XML Attributes
<xsl:copy>
XML Tag Nesting
<xsl:apply-templates>
5. _________ is like "if" but allows selection from list of alternate options - similar to "case" - mandatory "test" attribute just like IF
filter
XPath (eXtensible Path Language)
XML Parser - Whitespace
<xsl:choose>
6. Used for creating hyperlinks to XML documents and arbitrary points within XML documents.
XPointer & XLink
XML Declaration
<xsl:output>
XPath (eXtensible Path Language)
7. _________ can match entire document tree or part
XML Entities
XML Parser - Whitespace
<xsl:apply-templates>
XPath (eXtensible Path Language)
8. Styling language that takes an XML file and "transforms" it into something else - like HTML - PDF - ASCII or even another XML file.
XQuery
XSLT (eXtensible Stylesheet Language Transformations)
XPointer & XLink
<xsl:apply-templates>
9. It ignores white space unless it is inside an element.
<xsl:template>
<xsl:copy>
XML Attributes
XML Parser - Whitespace
10. Optional but helps identify the file as an XML file. Also helps you to list encoding (defines what types of characters your going to use) and standalone declaration. utf-8 is a unicode encoding standard corresponds well to the ascii character set. Ha
XML Entities
XML Declaration
<xsl:apply-templates>
<xsl:template>
11. XSLT is the ____ part of XSL
XML Processing Instructions
active
<xsl:template>
<xsl:value-of>
12. _________ is an instructional element that pulls in other templates according to criteria and executes them within the main stylesheet
XML Parser - Whitespace
<xsl:value-of>
<xsl:if>
<xsl:apply-templates>
13. 10 XSLT elements are: ____________: Stylesheet - Template - Output - If - Copy - Choose - Sort & Value-Of - For-Each - Apply-Templates
<xsl:choose>
XML Tag Nesting
<xsl:template>
STOICCS & VoFeAt
14. _________ pulls value of that element out for processing or display - and -has mandatory select attribute which uses XPath notation
<xsl:value-of>
<xsl:apply-templates>
XML Declaration
XML Parser - Whitespace
15. Provide a way to help shorten and modularize your XML documents.
<xsl:output>
XML Tag Nesting
XML Entities
XML Attributes
16. _________ gives root node of document portion to apply template to
STOICCS & VoFeAt
<xsl:apply-templates>
XML Namespaces
<xsl:template>
17. _________ allows you to set an order for node-set elements - optional attribute "data-type" allows for alphabetical sorting of text information or for order sorting of numeric
XML Elements & Attributes
<xsl:sort>
<xsl:value-of>
XSLT (eXtensible Stylesheet Language Transformations)
18. Used to contain character data you want part of the document content but don't want the parser to try and parse.
functional
Empty Tags <elem></elem>
XML Character Data Sections (CDATA)
<xsl:template>
19. Must be properly nested inside each other.
<xsl:copy>
<xsl:output>
<xsl:if>
XML Tag Nesting
20. In XML you have to indicate when a element tag is empty.
XML Elements & Attributes
Empty Tags <elem></elem>
<xsl:output>
XML Entities
21. Used to structure and describe information. Information used to describe information. It does not replace HTML. It is a base way of creating tag sets. Content is kept separate from any notation of presentation. Information can be easily read and unde
XML (eXtensible Markup Language)
<xsl:apply-templates>
<xsl:copy>
functional
22. Sometimes called tags. Just like your used to in HTML.
<xsl:copy>
XML Elements & Attributes
XML Character Data Sections (CDATA)
functional
23. _________ tests to see if a T/F condition is met - if True the specified elements are added to result tree
XML Declaration
<xsl:if>
Empty Tags <elem></elem>
<xsl:apply-templates>
24. Are a way to tell the XML parser to do something that is feature specific to that parser.
XML Namespaces
active
XML (eXtensible Markup Language)
XML Processing Instructions
25. They cannot be minimized. Must explicitly assign a value to a attribute and must be inside double quotes.
<xsl:value-of>
XML (eXtensible Markup Language)
XML Attributes
STOICCS & VoFeAt
26. XSLT is a _________ language
functional
<xsl:template>
XQuery
Empty Tags <elem></elem>
27. Used to perform query functions on XML data - similar to SQL for databases.
XSLT (eXtensible Stylesheet Language Transformations)
XQuery
<xsl:if>
Empty Tags <elem></elem>
28. Provide a way to prevent tags with same names but different meanings from colliding with each other.
XML Namespaces
<xsl:for-each>
XSLT (eXtensible Stylesheet Language Transformations)
XML Attributes
29. _________ can be entire document or part
XML Entities
XML Processing Instructions
<xsl:template>
<xsl:output>
30. _________ functions as a FOR loop except cannot break out of it - allows all nodes in a node-set to be processed - nodes are not processed in any particular order
<xsl:for-each>
XML Processing Instructions
functional
XML Tag Nesting