with both Xalan 2.7.0 and 2.5.0 I now get the error

   WARN: Unhandled exception
org.apache.jasper.JasperException: Exception in JSP: /index.jspx:102

100:    <c:import var="rssFeed" 
url="http://www.expasy.org/spotlight/index.xml"/>
101:    <x:parse var="rss" xml="${rssFeed}"/>
102: <x:out select="$rss//*[name()='channel']/*[name()='title'][1]" escapeXml="false"/>

ERROR: Nested in javax.servlet.ServletException: javax.servlet.jsp.JspException: Cannot access session scope in page that does not participate in any session: java.lang.IllegalStateException: Cannot access session scope in page that does not participate in any session


Kris Schneider wrote:
> You'll need both Xerces and Xalan (Xerces should be included in the
> Xalan download). I believe the release notes for Standard 1.1 state that
> Xalan 2.5 is required. Use this link:
>
> http://www.apache.org/dyn/closer.cgi/xml/xalan-j
>
> to download the latest version. If you run into any issues, you can try
> falling back to 2.5.0:
>
> http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_5_0-bin.zip
>
>  From the ZIP file, you'll want the following JARs:
>
> xalan.jar
> xercesImpl.jar
> xml-apis.jar
--
Isabelle Phan, D.Phil.
Swiss Institute of Bioinformatics         Tel: (+41 22) 379 51 89
CMU - 1, rue Michel Servet                Fax: (+41 22) 379 58 58
CH - 1211 Geneva 4 Switzerland            email: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to