This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: include with xalan ?



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]