Hi Folks, I was wondering whether anyone knew how to specify an absolute document path in an XSLT for the document() function for the Xalan processor?
Relative paths further down the tree from the XSLT seem fine. eg if the XSLT is
in $WKDIR/project then you can access $WKDIR/project/temp ( by using
document('temp/file.xml') ), but I can't get it to access $WKDIR/temp. I'm
sure I have to be doing something stupid, but I can't see it.
Any help greatly appreciated,
Ken R.
