TempStream ts = _xsltStream.getTempStream();
Document doc = null;
ReadStream is = ts.openRead();
Path userPath = Vfs.lookup();
if (req instanceof CauchoRequest)
userPath.setUserPath(((CauchoRequest) req).getPageURI());
else
userPath.setUserPath(req.getRequestURI());