Re: [xsl] document('') returning null in certain environments?

Subject: Re: [xsl] document('') returning null in certain environments?
From: Mukul Gandhi <gandhi.mukul@xxxxxxxxx>
Date: Mon, 1 Nov 2010 11:31:57 +0530
may be you can fetch the stylesheet from DB and keep it in local file
system (as a pre process step with any file IO api for example), at a
path say at file:///.../xyz [1].

Then you may set systemId to the local file path of stylesheet you
composed in previous step [1].

On Mon, Nov 1, 2010 at 10:47 AM, J Ferry <ferr0084@xxxxxxxxx> wrote:
> Michael, thank you for your response.
>
> In this case the stylesheet is stored in a database so I don't have an
> actual file path that I can provide the StreamSource, any idea what I
> would set the SystemId to for this?
>
> ~Jeremy




-- 
Regards,
Mukul Gandhi

Current Thread