[xep-support] Strange behaviour in XEP Assistant

David Tolpin dvd at davidashen.net
Mon May 2 05:28:18 PDT 2005


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



More information about the Xep-support mailing list