This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem with incorporating JSP in XSL


Why not just enclose the JSP in a CDATA section?

<select name="dropcountryexp" size="4">
<![CDATA[    <%=FIVIMSHTMLUtils.getSingleton().createCountryDropDown()%>]]>
</select>

----- Original Message -----
From: "Tanzila Mohammad" <tmohammad@entier-solutions.com>
To: <xsl-list@lists.mulberrytech.com>
Sent: Wednesday, May 23, 2001 8:22 AM
Subject: RE: [xsl] Problem with incorporating JSP in XSL


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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]