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


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@cis.ksu.edu, 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@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
> 


 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]