xsl-list
[Top] [All Lists]

Re: dyn:evaluate question

2005-03-23 06:51:42
On Wed, 2005-03-23 at 15:33 +0200, Emmanouil Batsis wrote:
Thorsten Scherler wrote:

The href attribute is not an attribute-value-template, so you can't do
this.
You could generate the stylesheet from another stylesheet, though.
   


Hmm, but the problem is that I HAVE TO pass on some stage the $variable
to the include call.


Just come up with a new stage before the transformation in your pipeline 
to set the href accordingly in the XSLT (you are using cocoon right?).


Apache Forrest to be more specific (but is based on cocoon). ;-)

Ok, I can use something like 
  <xsl:template match="/">
    <alias:stylesheet version="1.0">
     <alias:include href="cocoon:/prepare.include.{$request}"/>
    </alias:stylesheet>
  </xsl:template>

But how can I then use it in the next stage of the pipe?

salu2

Manos




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>