On Thu, 16 May 2002, TIMO EINSIEDLER-BURGER wrote:

> Here is the text after first substitution...<br>
> <rx:substitute regexp="rx2" text="test"/>
> 
> how would you stick it in the c:set tag?

<c:set var="intermediate">
  <rx:substitute regexp="rx2" text="test"/>
</c:set>

-- 
Shawn Bayern
"JSP Standard Tag Library"   http://www.jstlbook.com
(coming this summer from Manning Publications)


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to