Xml and java under Unix environment

hello,

I have to perform XSL Transformations on a Unix Web server .

So I work with Xalan and Xerces. The SimpleTransform sample works really correctly on WinNT but when on a Unix (Os/390) system the sample doesn't work and display this error code :

java.lang.IllegalArgumentException: ?-/?/?-?/%/>-?-}?/>?_?/?

?_?%

at javax.xml.transform.TransformerFactory.getClassForName(TransformerFac

tory.java:193)

at javax.xml.transform.TransformerFactory.newInstance(TransformerFactory

.java:146)

at SimpleTransform.main(SimpleTransform.java:85)

I don't know why this happen ...

If you have any little information that can help me please answer me .....

Sorry for my English and thanks a lot ...

[793 byte] By [LeBigornot] at [2007-9-26 4:28:40]
# 1
Check out this: http://xml.apache.org/xerces2-j/limitations.html
lk555 at 2007-6-29 17:39:18 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

Thanks for your help

But when I use the Sun's JDK 1.1.8 on a WinNT station it works perfectly.

And on the Unix System with IBM JDK 1.1.8 I can build my prog but at execute it make the previous exception.

Always the same thing with Jaxp (xalan-xerces,xalan-crimson) or LotusXSL ...

Please help me I don't understand since 2 weeks.

sorry for my English

LeBigornot at 2007-6-29 17:39:18 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...