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. Used to contain character data you want part of the document content but don't want the parser to try and parse.
XML Character Data Sections (CDATA)
XPointer & XLink
XSLT (eXtensible Stylesheet Language Transformations)
STOICCS & VoFeAt
2. _________ is an instructional element that pulls in other templates according to criteria and executes them within the main stylesheet
<xsl:apply-templates>
XML Attributes
XML Processing Instructions
XSLT (eXtensible Stylesheet Language Transformations)
3. They cannot be minimized. Must explicitly assign a value to a attribute and must be inside double quotes.
<xsl:choose>
XML Parser - Whitespace
XML Attributes
XML Namespaces
4. _________ can match entire document tree or part
Empty Tags <elem></elem>
<xsl:apply-templates>
XML Attributes
active
5. XSLT is the ____ part of XSL
filter
active
Empty Tags <elem></elem>
XML Parser - Whitespace
6. Sometimes called tags. Just like your used to in HTML.
XML Elements & Attributes
<xsl:template>
<xsl:output>
XML Attributes
7. 10 XSLT elements are: ____________: Stylesheet - Template - Output - If - Copy - Choose - Sort & Value-Of - For-Each - Apply-Templates
XPointer & XLink
XML Tag Nesting
STOICCS & VoFeAt
<xsl:value-of>
8. _________ 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 Tag Nesting
<xsl:copy>
<xsl:sort>
<xsl:apply-templates>
9. 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 Declaration
<xsl:sort>
XML Character Data Sections (CDATA)
filter
10. _________ gives root node of document portion to apply template to
<xsl:template>
Empty Tags <elem></elem>
XML Tag Nesting
XML Parser - Whitespace
11. _________ pulls value of that element out for processing or display - and -has mandatory select attribute which uses XPath notation
functional
Empty Tags <elem></elem>
<xsl:for-each>
<xsl:value-of>
12. Styling language that takes an XML file and "transforms" it into something else - like HTML - PDF - ASCII or even another XML file.
XSLT (eXtensible Stylesheet Language Transformations)
XML Parser - Whitespace
XML Attributes
<xsl:apply-templates>
13. _________ 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
<xsl:output>
XML Parser - Whitespace
XML Character Data Sections (CDATA)
<xsl:value-of>
14. _________ 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
<xsl:copy>
XML Processing Instructions
<xsl:apply-templates>
<xsl:value-of>
15. XSLT is a _________ language
<xsl:template>
functional
<xsl:if>
XML Declaration
16. Are a way to tell the XML parser to do something that is feature specific to that parser.
XML Processing Instructions
functional
XPointer & XLink
XML Declaration
17. Provide a way to prevent tags with same names but different meanings from colliding with each other.
XML Elements & Attributes
<xsl:value-of>
<xsl:choose>
XML Namespaces
18. It ignores white space unless it is inside an element.
XML Tag Nesting
XPointer & XLink
XML Parser - Whitespace
<xsl:value-of>
19. Must be properly nested inside each other.
XML Tag Nesting
XML Elements & Attributes
XML Entities
XPointer & XLink
20. Used to extract data from inside an XML file. Uses path like syntax
XSLT (eXtensible Stylesheet Language Transformations)
XPath (eXtensible Path Language)
<xsl:output>
XML Attributes
21. XSLT uses XPath to _______ and navigate thru XML documents
XML Tag Nesting
XML Character Data Sections (CDATA)
XML Declaration
filter
22. 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
<xsl:choose>
XML (eXtensible Markup Language)
XML Processing Instructions
<xsl:apply-templates>
23. Used to perform query functions on XML data - similar to SQL for databases.
<xsl:copy>
<xsl:template>
XPath (eXtensible Path Language)
XQuery
24. _________ tests to see if a T/F condition is met - if True the specified elements are added to result tree
<xsl:for-each>
<xsl:if>
STOICCS & VoFeAt
filter
25. Provide a way to help shorten and modularize your XML documents.
functional
XML Entities
<xsl:value-of>
active
26. Used for creating hyperlinks to XML documents and arbitrary points within XML documents.
XPointer & XLink
XML Tag Nesting
<xsl:for-each>
XML (eXtensible Markup Language)
27. _________ is like "if" but allows selection from list of alternate options - similar to "case" - mandatory "test" attribute just like IF
<xsl:template>
Empty Tags <elem></elem>
STOICCS & VoFeAt
<xsl:choose>
28. _________ can be entire document or part
XML Declaration
XML (eXtensible Markup Language)
filter
<xsl:template>
29. In XML you have to indicate when a element tag is empty.
Empty Tags <elem></elem>
<xsl:template>
STOICCS & VoFeAt
XQuery
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>
<xsl:apply-templates>
XML Namespaces
XML Elements & Attributes