xsl-list
[Top] [All Lists]

RE: Can Saxon be made to understand Xalan extensions?

2005-01-10 09:05:45
You can't make Saxon understand Xalan extensions, but you can use the Saxon
equivalent.

In Saxon 8.x you can use the XSLT 2.0 standard feature xsl:result-document,
so in fact you don't even need a Saxon extension.

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



1. My own stylesheets have some problem running Xalan, I get 
OutOfMemory (or 
was it StackOverflow). Saxon works without problems.

2. I also use in the same system, docbook.sf.net which says 
that Xalan doesn't 
work against that set. Norman recommends (among others) Saxon.

3. A new thrid-party stylesheet I would like to use, uses a 
Xalan extension, 
http://xml.apache.org/xalan/redirect, which Saxon complains about.

Is there any way I can make Saxon understand how to deal with 
this extension 
(not including hacking Saxon's source code), or to make Saxon 
delegate the 
entire transformation to the JDK1.4 default transformer ??

Alternatively, is there a Saxon equivalent?  The 'redirect' 
allows me to 
output to other files than what is given as the output 
stream, and this 
stylesheet use this to create a set of reports in one transformation 
invocation.

Cheers
Niclas
-- 
---------------
The problem with the gene pool is that there is no lifeguard.
 -  Steven Wright

+---------//-------------------+
|   http://www.dpml.net        |
|  http://niclas.hedhman.org   |
+------//----------------------+


--~------------------------------------------------------------------
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>
--~--




--~------------------------------------------------------------------
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>