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