This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]