Subject: Re: relative URI in href
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Sun, 24 Aug 2008 13:30:59 +0200 (CEST)
|
Vladimir Nesterovsky wrote:
Hi
> if source refer to a file system you better create it as
> source = new StreamSource(new File(stylesheet));
> or
> source = new StreamSource(stylesheet);
Or if the stylesheet is got from a byte stream or a SAX events
stream, simply use Source.setSystemId.
The idea is that in order to resolve URIs, the processor has to know
where the stylesheet is. If it is got from a File or a URI, it can
know that info, but not otherwise, so you would have to help it.
Regards,
--drkm
_____________________________________________________________________________
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr
|