Hi Shawn,

I've tried a couple of times and I don't seem to get it 
working with the x:transform tag. Should it be url="...S..."
or xsltSystemId="....S..." ? 

I've been trying with the xslSystemId thing and it doesn't
seem to work. Duhhhh. Will try once more.

Manfred.

> -----Original Message-----
> From: Shawn Bayern [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, July 12, 2002 6:27 AM
> To: Tag Libraries Users List
> Cc: [EMAIL PROTECTED]
> Subject: RE: JSTL + XSLT
> 
> 
> On Fri, 12 Jul 2002 [EMAIL PROTECTED] wrote:
> 
> > Thanx for the prompt reply. Anyway, I've got it to work 
> like a charm 
> > with one base stylesheet. However it seems to fail when I use an 
> > xsl:import in the stylesheet. Is this supported?
> 
> Yes, <xsl:import> should work.  Depending on where your 
> stylesheet comes from, however, you might need to add an 
> 'xsltSystemId' attribute to inform <x:transform> what the 
> system identifier of your stylesheet is.  E.g, if you're 
> retrieving the stylesheet using a statement like
> 
>   <c:import var="xslt" url="...S..." />
> 
> then you would use a transformation tag like this:
> 
>   <x:transform xslt="${xslt}" url="...S...">
> 
> -- 
> Shawn Bayern
> "JSTL in Action"   http://www.jstlbook.com
> (coming in July 2002 from Manning Publications)
> 
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to