Chapter 16: Extending XSQL and XSLT with Java
Example
Caption
Filename
16-1
Action handler that catches and handles exceptions
JavaDate.java
16-2
Action handler to return a database sequence number
Sequence.java
16-3
Action handler to return HTTP header information
HTTPHeaders.java
16-4
Customizing the output of a built-in action handler
CustomInclude.java
16-5
Action handler to include live XML quotes from Yahoo
LiveQuotes.java
16-6
Stylesheet to format live stock quotes
QuoteTable.xsl
16-7
Template for a rainbow of cool-colored bars
CoolColor.xsl
16-8
Drawing an SVG bar for a bar chart
LabeledSVGBar.xsl
16-9
Producing Scalable Vector Graphics with XSLT
SalChart.xsl
16-10
Extension function to write XML as text markup
MarkupExtensions.java
16-11
EncodeURLArgs XSLT extension function
URLEncoder.java
16-12
Designing for XSLT processor portability
PortableURLEncoderTest.xsl