Types of JSP Syntax
JSP containers are required to support both normal and
XML-compatible syntax
- Both syntaxes provide the same functionality
- Normal JSP syntax is easiest to author
- XML-compatible JSP syntax is required by development tools
- JSP 1.2 XML syntax was strict and difficult to use
- JSP 2.0 provides much more flexible XML syntax
- Examples use normal JSP syntax