<< Chapter < Page | Chapter >> Page > |
This material is published in support of the course identified as ITSE 1356 - Extensible Markup Language (XML) at Austin Community College in Austin, TX. As of the Spring 2014semester, the textbook for this course is XML: Visual QuickStart Guide, 2nd Edition. By Kevin Howard Goldberg.
This module contains review questions, answers, and explanations keyed to Chapter 2 of the textbook.
The questions and the answers are connected by hyperlinks to make it easy for you to navigate from the question to the answer and back again.
True or False: Transforming an XML document means using XML to analyze its contents and then take certain actions depending on what elements are found.
True or False: The transformation process starts with two documents:
True or False: An XSLT transformation requires an XSLT processor.
True or False: An XML document must always include an xml-stylesheet processing instruction in order to undergo an XSLT transformation.
True or False: Listing 1 below shows the proper syntax for an xml-stylesheet processing instruction.
Listing 1 . Question 5. |
---|
<?xml-stylesheet type="text/xsl" href="MyFile.xsl"?> |
True or False: A node tree is a hierarchical representation of the XSL document.
True or False: A node in a node tree is one individual piece of the XML document such as an element, an attribute, or some text content.
True or False: An XSLT style sheet contains instructions on what should be done with the nodes in a node tree in order to perform an XSLT transformation.
True or False: Each XSLT template contains three parts:
True or False: XSLT templates cannot contain literal elements.
True or False: XSLT style sheets are text files and are saved with an extension of .xml.
True or False: XSLT uses the XPath language to identify nodes.
True or False: An XSLT style sheet is actually an XML document.
True or False: An XSLT style sheet does not require an XML declaration.
True or False: In an XSLT style sheet, the XML declaration should be followed by the W3C namespace for style sheets.
True or False: In an XSLT style sheet, the W3C namespace for style sheets must be followed by the root template.
Notification Switch
Would you like to follow the 'Introduction to xml' conversation and receive update notifications?