Hi all,
I'd like to test one improve from JSP 1.2, but it doesn't work.
Anybody can help me?

Thank you.

--- code begin here ---
<jsp:root xmlns:jsp=3D"http://java.sun.com/JSP"; version=3D"1.2">
<jsp:text><![CDATA[<html><head><title>test</title></head><body>]]</jsp:te=
xt>
<jsp:scriplet>out.println("this is JSP 1.2")</jsp:scriplet>
<jsp:text><![CDATA[</body></html>]]</jsp:text>
</jsp:root>
--- code begin here ---

[-e.]

Reply via email to