Chapter 25. Adding XSL Stylesheets to Enhance an XML Application

What Is XSL?

Although XML has been gathering heaps of praise as the next "big thing," the Extensible Style Language (XSL) has been lurking quietly, waiting to be noticed. XSL is a language for translating XML from one format into another. For example, you might have a set of XML tags that describe a person (<firstName>, <lastName>, and so on) and you want to represent those tags with HTML. You can create a stylesheet to tell the XSL processor how to translate the person XML into HTML.

Note

There are actually ...

Get Special Edition Using Java™ Server Pages and Servlets 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.