[xsl] TransformerConfigurationException

Subject: [xsl] TransformerConfigurationException
From: Mahesh V Kondwilkar <maheshk@xxxxxxxxxxx>
Date: Tue, 31 Jul 2001 01:56:52 -0500 (CDT)
Hello,
	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
        at
com.icl.saxon.PreparedStyleSheet.prepare(PreparedStyleSheet.java:123)
        at
com.icl.saxon.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:126)
        at XSLTApplier.<init>(XSLTApplier.java:37)
        at DataAcquire.cligenFile(DataAcquire.java:57)
        at DataAcquire.main(DataAcquire.java:646)
---------
java.net.UnknownHostException: cis
        at java.net.InetAddress.getAllByName0(InetAddress.java:571)
        at java.net.InetAddress.getAllByName0(InetAddress.java:540)
        at java.net.InetAddress.getByName(InetAddress.java:449)
...... many more lines........
also, 

	Line 37 of XSLTApplier is 
Templates templates 
= tf.newTemplates(new StreamSource("cligenFormat.xsl"));


Can someone tell what's happenning?
Thanks a lot!!!
Regards,
Mahesh
--
Mahesh Kondwilkar (maheshk@xxxxxxxxxxx, http://www.cis.ksu.edu/~maheshk)
Kansas State University




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


Current Thread