Subject: RE: TransformerConfigurationException
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 31 Jul 2001 10:45:51 +0100
|
> 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@xxxxxxxxxxx,
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
|