Herve Agnoux asks:
>I use a XSLTInputSource on a FileReader, and when the processor
>see the xsl:include tag, it search from the current directory, not
>from the directory of the parent xsl file.
>What is the solution ?
I found this snippet on a shelf in my closet:
> File fFile = new File(sDocbase, sFilename);
> FileInputStream fIn = new FileInputStream(fFile);
> XSLTInputSource xsltIn = new XSLTInputSource(fIn);
> xsltIn.setSystemId(sDocbase);
I hope that you adapt that to your scenario.
.................David Marston
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|