Chapter 8. Accessing Data with XML Tags

Considerable data is now available in the form of Extensible Markup Language (XML). Web pages often need to access XML data and display it. JSTL provides a range of XML tags that allow you to perform a variety of operations on XML data.

The JSTL tags enable you to iterate over XML data and perform comparisons on XML data using XPath expressions. You can also access individual elements of data within an XML document using XPath. In this way, you can customize the display of your XML using many of the JSTL tags you are already familiar with.

In addition, the JSTL tag library allows you to process data using Extensible Stylesheet Language templates (XSLT). By creating an XSL template, you can transform your XML ...

Get JSTL: JSP Standard Tag Library Kick Start 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.