Hello Samip,
 
The custom tags are evaluated in the order they appear in the jsp. 
 
If you are using Jakarta tag libraries for XSLT processing the solution
is as follows.
 
<xsltlib:apply  xsl="text.xsl">
<!-- Here u can generate XML using struts tags or any other tag library.
      can also have jsp code
-->
<strutsbean:message key="key" locale="locale" bundle="bundlename"/>
</ xsltlib:apply >
 
In this case the apply tag is evaluated first and there is a call to
execute the body of the apply tag.
When the body is being processed the struts tag is called and further
processed. 
 
Hope it helps,
 
Regards,
Srinivas.
 
 
-----Original Message-----
From: Samip Ladhawala [mailto:[EMAIL PROTECTED]] 
Sent: Friday, April 19, 2002 10:19 PM
To: [EMAIL PROTECTED]
Subject: Strtus Tags inside XSLT
 
Hi Srinivas,
I saw your post on the mailing archive saying that you solved the
porblem of using Struts taglib in XSLT. Could you please email me how
did u slove that. I am also in same situation and I want to use struts
tablib in xslt. 
Thanks in advance,
Samip.
 
  _____  

Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax

Reply via email to