RE: [xsl] Problem with incorporating JSP in XSL

Subject: RE: [xsl] Problem with incorporating JSP in XSL
From: "Tanzila Mohammad" <tmohammad@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 23 May 2001 16:22:00 +0100
Hello all,

I have the following jsp contained within an xsl sheet:

 <select name="dropcountryexp" size="4">
    &lt;%=FIVIMSHTMLUtils.getSingleton().createCountryDropDown()%&gt;
</select>

I have replaced the < and > with the xml/xsl processor compliant &lt; and
&gt;. However, when the xml and xslt file are processed to the jsp file, the
tags do not revert back to < and >. Should the xslt contain some jsp
distinguishing tag so that when processed the < and > are returned?

Tanz



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread