Re: [xep-support] Strange behaviour in XEP Assistant

From: David Tolpin <dvd@davidashen.net>
Date: Mon May 02 2005 - 05:28:18 PDT

On 02.05.2005, at 16:46, Richard Vincent wrote:

> David!
> I am running XEP assistant under Java 1.4.2_02 and am using the
> Assistant
> default transformer, which I believe is Saxon. However, I have
> received the
> same error using java 1.4.2_06 and Xalan.
>

Richard,

unless you configured it explicitly, any program using XEP will employ
the transformer provided
by the environment, and in Java 1.4.* the default transformer is Xalan
(and it is buggy). If you override the transformer factory by pointing
javax.xml.transform.TransformerFactory system property at SAXON's
factory

java
-Djavax.xml.transform.TransfomerFactory=com.icl.saxon.TransformerFactory
Impl ...

you should get consistent results (without the error). If you still
continue getting the error message, let us know and we'll investigate.

David

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
Received on Mon May 2 06:09:19 2005

This archive was generated by hypermail 2.1.8 : Mon May 02 2005 - 06:09:20 PDT