Q&A

Q1: What are the two components of XSL?
A1: XSLT defines a language that is used to write stylesheets that will transform an XML document into a different format.

Formatting objects, or XSL-FO, specifies a device-independent grammar for defining the format of a transformed XML page.

Q2:What are three techniques for applying an XSLT stylesheet for a Web client?
A2:
  • Send the XML document and stylesheet to the client for processing.

  • Convert the XML into an HTML file, store the file on the server, and send the file to the client to satisfy future HTTP requests.

  • Transform the XML data on the server for every HTPP request for the data.

Q3:Which XSL element is used to insert the body of a matched XML tag into the output document expanding any nested ...

Get Sams Teach Yourself J2EE™ 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.