A JSP document must be identified as such to the web container so that the container interprets it as an XML document. There are three ways to do this:
In your application’s web.xml file, set the is-xml element of the jsp-property-group element to true.
Use a Java Servlet Specification version 2.4 web.xml file and give your JSP document the .jspx extension.
Include a jsp:root element in your JSP document. This method is backward-compatible with JSP 1.2.
Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3