According to JSP1.2 spec HTML tags within the JSP page written in XML syntax
can be encapsulated in <jsp:text><![CDATA[..... ]]></jsp:text>. I used this
construction successfully when deploying to the J2EE Reference
Implementation server from Sun. However, when I ported it to Tomcat 4.1.12 I
received XML parsing errors within the CDATA section.

Any insight would be greatly appreciated.
Thanks,
Doug Blackburn



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

Reply via email to