xsl-list
[Top] [All Lists]

Re: [xsl] Generating JSP/JSTL

2007-04-24 16:06:28
On Tue, 2007-04-24 at 18:47 -0400, Rashmi Rubdi wrote:

I think there are more challenges when it comes to transforming EL,
but since these questions pertain to JSP/JSTL - the JSTL mailing list
may know how to represent EL in XML syntax.

That seems like an XSL issue - escaping curly brackets. You can create a
string variable or just:

<foo bar="${{value}}"/>

What *is* a serious pain with JSP and tag libraries (I suppose more with
the taglibs and their devs...) is the very common use of this type of
thing:

<foo bar="<blah:blah/>"/>

I prefer Velocity.

best,
-Rob


--~------------------------------------------------------------------
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>
--~--