Running XSLT

To run XSLT, you can use the Oracle XDK oraxsl command-line utility, call Oracle XDK or XML DB XSLT APIs, or run XSLT in Oracle JDeveloper 11g (based on the Oracle XDK oraxsl command-line utility). In this chapter, we only discuss XSLT using Oracle XDK and using Oracle XML DB in SQL. Chapter 11 discusses how to run oraxsl and Chapter 16 discusses running XSLT using Oracle JDeveloper 11g.

Using Oracle XDK Java

Oracle XDK Java supports both XSLT 1.0 and XSLT 2.0. The Oracle XDK XSLT processor exposes two Java classes for XSLT: oracle.xml.parser.v2.XSLStylesheet and oracle.xml.parser.v2.XSLProcessor. The XSLStylesheet object keeps the compiled XSL stylesheet. XSLProcessor applies the XSL transformations. The following is an example ...

Get Oracle Database 11g Building Oracle XML DB Applications 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.