Is there anyway to embed jsp tags in an xsl template? For example:

<xsl:template match="module">
  <link>
   <xsl:attribute name="href">
   <%= request.getContextPath()%>/StyleSheets/style.css</xsl:attribute>
   <xsl:attribute name="rel">stylesheet</xsl:attribute>
  </link>
</xsl:template>

If not, is there a better way to add "parameters" to xsl template as I'm
attemting above with the context path?

Thanks,

Dave Ford
Smart Soft - The Java Training Company
http://www.smart-soft.com


Reply via email to