jsp xml syntax using?

2001-10-31 Thread Daniel Faust
Hello, I would like use the xml syntax for all direktives, scriptlets and expressions in my jsp-pages, e.g.: not: %@ page import=abc.jsp% but: jsp:directive.page import=abc.jsp/ But the tomcat not interprets this statements. What must i do, for enabling this feature? I tryed it that, with Tomcat

Re: jsp xml syntax using?

2001-10-31 Thread Valera Molyakov
for it ? - Original Message - From: Daniel Faust [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 31, 2001 10:43 AM Subject: jsp xml syntax using? Hello, I would like use the xml syntax for all direktives, scriptlets and expressions in my jsp-pages, e.g.: not: %@ page import=abc.jsp