Subject: RE: Problem with incorporating JSP in XSL
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 23 May 2001 16:46:00 +0100
|
JSP containing <% and %> isn't an XML format, so you should output it using
method="text" rather than method="xml".
Alternatively, there is apparently an XML representation of JSP pages that
uses proper XML tags.
Mike Kay
Software AG
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Tanzila
> Mohammad
> Sent: 23 May 2001 16:22
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: Problem with incorporating JSP in XSL
>
>
> Hello all,
>
> I have the following jsp contained within an xsl sheet:
>
> <select name="dropcountryexp" size="4">
> <%=FIVIMSHTMLUtils.getSingleton().createCountryDropDown()%>
> </select>
>
> I have replaced the < and > with the xml/xsl processor
> compliant < and
> >. 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
|