xsl-list
[Top] [All Lists]

Re: [xsl] XSLT compiler

2006-07-17 05:00:35
On 7/17/06, Mohsen Saboorian <mohsens(_at_)gmail(_dot_)com> wrote:
I'm not sure about generating C++. Please see:
http://xml.apache.org/xalan-j/xsltc_usage.html#api-examples

Ahh I haven't looked in a while :(

In that case as long as you code to JAXP interfaces you can decide at
runtime whether to use Xalan-J (with a Translet or a standard 1.0
stylesheet) or Saxon with a 2.0 stylesheet.
If both processors are on the classpath you can set the system
properties to switch between the two.  I guess it comes down to
whether you want to use XSLT 2.0 or not.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>