Chapter 16: Extending XSQL and XSLT with Java

ExampleCaptionFilename
16-1Action handler that catches and handles exceptionsJavaDate.java
16-2Action handler to return a database sequence numberSequence.java
16-3Action handler to return HTTP header informationHTTPHeaders.java
16-4Customizing the output of a built-in action handlerCustomInclude.java
16-5Action handler to include live XML quotes from YahooLiveQuotes.java
16-6Stylesheet to format live stock quotesQuoteTable.xsl
16-7Template for a rainbow of cool-colored barsCoolColor.xsl
16-8Drawing an SVG bar for a bar chartLabeledSVGBar.xsl
16-9Producing Scalable Vector Graphics with XSLTSalChart.xsl
16-10Extension function to write XML as text markupMarkupExtensions.java
16-11EncodeURLArgs XSLT extension functionURLEncoder.java
16-12Designing for XSLT processor portabilityPortableURLEncoderTest.xsl