[Home] [By Thread] [By Date] [Recent Entries]
> URL url = new URL(xsltUrl); > URLConnection urlConn = url.openConnection(); > > InputStream is = urlConn.getInputStream(); > Source xslSource = new StreamSource(is); Add the line: xslSource.setSystemId(url.getPath()); cheers andrew
|

Cart



