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

From: Richard Vincent <Richard.Vincent@excosoft.se>
Date: Mon May 02 2005 - 07:06:59 PDT

David!

I have set Saxon as the explicit transformer and I still get the same
errors. Do I need to use a higher version of Java? What version of Java is
the XEP software compiled with?

Regards
Richard

-----Original Message-----
From: owner-xep-support@renderx.com [mailto:owner-xep-support@renderx.com]
On Behalf Of David Tolpin
Sent: den 2 maj 2005 13:28
To: xep-support@renderx.com
Subject: Re: [xep-support] Strange behaviour in XEP Assistant

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

-------------------
(*) 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 07:37:57 2005

This archive was generated by hypermail 2.1.8 : Mon May 02 2005 - 07:37:58 PDT