Appendix A Answers to Quiz Questions and Exercises
Answers for Day 1
Answers to Quiz Questions
1. True. Although XSLT operates on XML documents, it can generate any output that has a character-based format.
2. False. As long as the URI points to the proper location for XSLT, the actual name of the namespace is irrelevant. Note that the namespace URI needs to be exactly right; otherwise, the processor does not recognize your stylesheet as XSLT.
3. You run XSLT by using a processor. The processor reads the XML and XSLT and then applies the XSLT to the XML, generating output.
4. In a data-driven programming model, certain code is executed when a certain piece of data is encountered. Hence, the execution path is determined by the sequence and ...
Get Sams Teach Yourself XSLT in 21 Days now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.