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