RE: [xsl] Dynamic output method

Subject: RE: [xsl] Dynamic output method
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sat, 12 Feb 2005 08:52:55 -0000
> Is there a way to dynamically set the xsl:output method?  I'd like to
> programmitcally set the output for HTML and/or XML.
> 

Many APIs (e.g. JAXP) allow you to set the serialization parameters from the
calling application.

In 2.0 you can use xsl:result-document which allows dynamic serialization
parameters.

Michael Kay
http://www.saxonica.com/

Current Thread