资 源 简 介
Jsp2X is a command line utility for batch conversion of JSP pages to JSP
documents, i.e. JSPs in well-formed XML syntax (aka JSPX, see chapter 5 of the JavaServer Pages 1.2 Specification and chapter 6 of the JavaServer Pages 2.0 Specification). It is written in Java and incorporates a parser derived from a combined JSP+XHTML grammar using the ANTLR parser generator. It tries very hard to create JSPX output that is portable across engines. Jsp2X was designed to be reentrant and can be used incrementally.
More information can be found here.