This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: TransformerConfigurationException


> 	I was using Xalan till now, and now I have switched to
> Saxon. My code compiles fine, but when i try to run it, I get
> this dump:
> _________
> javax.xml.transform.TransformerConfigurationException:
> java.net.UnknownHostException: cis

I note that "cis" is part of your domain name.

> Mahesh Kondwilkar (maheshk@cis.ksu.edu,

The error means that somewhere in your source (probably in your stylesheet,
but it could be in the systemID that you supply externally) you have a URI
that cannot be resolved by the java.net.URL class, and it contains the
string "cis" in part of the URI.

Mike Kay
Software AG


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]