> javax.xml.transform.TransformerException: Had IO Exception with stylesheet > file: .\report_drivers\Includes.xsl
If applicable in your situation, I have found great success by installing my own URIResolver into the TransformerFactory. I was able to use this method to pull the xsl:import and document() dependencies from our SCM provider, without them ever becoming real files. HTH, -- /v\atthew --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
