[opencms-dev] How to escape <% %> in jsp template
Thomas Joseph Olaes
thomas.olaes at gmail.com
Thu Aug 5 01:58:02 CEST 2004
Hey Ed,
If the JSP is generating an ASP page I guess you could do something like:
<%= "<" + "%" %>@LANGUAGE="JAVASCRIPT"<%= "%" + ">" %>
but that's only if the JSP generates the ASP, which in turn is parsed
by something else that parses the ASP.
-TJ
On Wed, 04 Aug 2004 17:58:39 -0400, Eduard Nesterov <edn at quadrix.com> wrote:
> H List,
>
> I need to generate asp page with opencms.
> The problem I am having now is how to escape asp scriplets (for example
> "<%@LANGUAGE="JAVASCRIPT"%>" ) in jsp template.
> I have never used plain xml templates, but I feel like it may help me in
> this situation.
>
> Does anybody have any ideas on the matter? All hints are appreciated.
>
> Ed
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
>
More information about the opencms-dev
mailing list