RE: [xsl] TransformerConfigurationException

Subject: RE: [xsl] TransformerConfigurationException
From: Mahesh V Kondwilkar <maheshk@xxxxxxxxxxx>
Date: Tue, 31 Jul 2001 05:01:24 -0500 (CDT)
Thanks for the reply,
	I checked my files, even deleted all lines in my stylesheet,
except for the main xsl:template . Still the error persists. I ran a grep
for "cis", and nothing was returned. 
	Can there be any other reason?

Thanks for the advice!
Regards,
Mahesh

--
Mahesh Kondwilkar (maheshk@xxxxxxxxxxx, http://www.cis.ksu.edu/~maheshk)
Kansas State University


On Tue, 31 Jul 2001, Michael Kay wrote:

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


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


Current Thread