RE: [xsl] What do you put in the "properties" parameter in Saxon's Outputter?

Subject: RE: [xsl] What do you put in the "properties" parameter in Saxon's Outputter?
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 22 Oct 2001 08:42:49 +0100
> Saxon seems great but I'm stumped at what I'm supposed to enter in
> Outputter.  What are "properties"?  I know it's part of
> java.util but what
> particularly do you enter there?

(a) The properties supplied to Saxon's Outputter are the same as those you
supply to JAXP interfaces like setOutputProperties(): see the JAXP 1.1
documentation (on java.sun.com) for details.

(b) It's best to avoid using Saxon's native interfaces (lie the Outputter),
nearly always you can achieve what you want using the JAXP interfaces alone.

Mike Kay


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


Current Thread