Hi I encountered exception while trying to read a xsl file in https environment. I am using xalan.jar to transform a xml. Xalan internally uses xerces to read the xsl,which is used as input for the transformation.
The exception encountered is as follows File "https://intradev.bc/NPAD/npa/screens/interventionsmodule/OMSNPSEN.xsl" not found. at org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1202) at org.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument(DefaultEntityHandler.java:499) at org.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:312) at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1080) Is there problem in xerces to read file in https connection? Please help. Regards, Hemant __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
