RE: XSL+XML -> Non-HTML

Subject: RE: XSL+XML -> Non-HTML
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 21 May 1999 11:07:37 +0100
 
> I am looking for examples of XSL for non-HTML output.

There are a couple in the SAXON 4.2 distribution. One is an example that
generates CSV files, another is the SAXON XSL compiler which generates Java.

SAXON includes an attribute saxon:escape="N" which prevents output
characters such as "<" being escaped to "&lt;", and an attribute
saxon:trim="N" which prevents all white space trimming. (It doesn't,
however, provide any mechanism for outputting non-XML characters).

Mike Kay
SAXON in on hhtp://home.iclweb.com/icl2/mhkay/saxon.html


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread