RE: JSP Tags in an XSL Template?

2001-04-23 Thread Charlie Ma
) at com.evermind.server.http.ef.do(JAX) at com.evermind.util.f.run(JAX) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Joe Walnes Sent: Friday, April 20, 2001 9:24 AM To: Orion-Interest Subject: RE: JSP Tags in an XSL Template? A nice solution to what you are trying

RE: JSP Tags in an XSL Template?

2001-04-19 Thread Kesav Kumar
PROTECTED] http://www.voquette.com Voquette...Delivering Sound Information -Original Message- From: Joe Latty [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 9:26 PM To: Orion-Interest Subject: RE: JSP Tags in an XSL Template? You can use the jsp tags. If change the extension from

Re: JSP Tags in an XSL Template?

2001-04-19 Thread Dave Ford
any http://www.smart-soft.com - Original Message - From: "Joe Latty" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, April 18, 2001 9:26 PM Subject: RE: JSP Tags in an XSL Template? You can use the jsp tags. If change the extension from *.x

RE: JSP Tags in an XSL Template?

2001-04-19 Thread elephantwalker
raining Company http://www.smart-soft.com - Original Message - From: "Joe Latty" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, April 18, 2001 9:26 PM Subject: RE: JSP Tags in an XSL Template? You can use the jsp tags. If change the extension from *.x

JSP Tags in an XSL Template?

2001-04-18 Thread Dave Ford
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:a

RE: JSP Tags in an XSL Template?

2001-04-18 Thread Joe Latty
ilto:[EMAIL PROTECTED]] On Behalf Of Kesav Kumar Sent: Thursday, 19 April 2001 5:58 AM To: Orion-Interest Subject:RE: JSP Tags in an XSL Template? You can't use the jsp tags inside the xsl stylesheet. You can pass parameters to the XSL. Declare xsl:param at the top of your xsl and while