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 ...

