You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Da...@lotus.com on 2000/08/08 18:54:00 UTC

Setting SystemID (was: include from within a servlet)

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 helps.
.................David Marston