Question: Figure presents an XSL document (sorting.xsl) for transforming the XML document sorting.xml (Fig. 15.20) to HTML5. (To save space, we do not show the contents

Figure presents an XSL document (sorting.xsl) for transforming the XML document sorting.xml (Fig. 15.20) to HTML5. (To save space, we do not show the contents of the examples CSS file here.) Recall that an XSL document navigates a source tree and builds a result tree. In this example, the source tree is XML, and the output tree is HTML5. Line 12 of Fig. 15.21 matches the root element of the document in Fig. 15.20. Line 13 outputs an html start tag to the result tree. In line 14, the element specifies that the XSLT processor is to apply the xsl:templates defined in this XSL document to the current nodes (i.e., the document roots) children. The content from the applied templates is output in the html element that ends at line 15. You can view the results of the transformation at:

ISBN <xsl:value-of select = "@isbn"/> - <xsl:value-of select = "title"/>

by ,

( pages)
Chapter ( pages)
Appendix

Pages:

Media Type:

Not sure if this should be saved as .html or .xml I haven't figured out how to open a .xml file it in a browser. I don't know if it can't be pened, or I'm doing something wrong. Please help. Thanks.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!