2 Replies Latest reply on Dec 10, 2001 11:24 AM by jochen.schurich

    jsp 1.2

      i would like to genereate jsp (using xslt) but i have a problem:

      in jsp 1.1:
      <%@ page language="java" %>



      what does this look like in jsp 1.2 ???
      THIS IS WRONG:
      <?xml version="1.0" encoding="UTF-8"?>
      <jsp:root xmlns:jsp="http://java.sun.com/jsp_1_2">



      </jsp:root>


      some ideas?
      jochen