August 2011
Intermediate to advanced
416 pages
10h 14m
English
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.
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 ...
Read now
Unlock full access