[xep-support] Strange behaviour in XEP Assistant

Richard Vincent Richard.Vincent at excosoft.se
Mon May 2 07:06:59 PDT 2005


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 at renderx.com [mailto:owner-xep-support at renderx.com]
On Behalf Of David Tolpin
Sent: den 2 maj 2005 13:28
To: xep-support at 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 at 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 at 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



More information about the Xep-support mailing list