Re: redirect:write output path

[email protected] Fri, 7 May 2010 16:16:32 -0400
Newsgroups gmane.text.xml.xalan.java.user
Message-ID <OFD2880073.D726475F-ON8525771C.006EB72E-8525771C.006F1556@lotus.com>
> MeteoMediaForecastTransform.class.getResourceAsStream("/xsl/my.xsl")));

The value is a URI. If you want it to be interpreted as an absolute URI, 
it must include a URI Scheme. Since you want to write to the filesystem, 
use the file: scheme... and if this is a Microsoft operating sytem, 
probably a drive letter as well:

        "file:///C:/xsl/my.xsl"