Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MoDisco/Components/JSP/Architecture/0.9"

(New page: =JSP Parser= Modisco JSP Parser has been developed using an ANTLR grammar It can support JSP file, as well as HTML files, TAG files, and JSP/TAG fragment files ==Updating the Grammar== ...)
 
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=JSP Parser=
+
#REDIRECT [[MoDisco/Moved To Help Center]]
 
+
Modisco JSP Parser has been developed using an ANTLR grammar
+
It can support JSP file, as well as HTML files, TAG files, and JSP/TAG fragment files
+
 
+
==Updating the Grammar==
+
 
+
The ANTLR Grammar take in consideration the non XML conformity of a JSP file.
+
Knowing that it can contain html or javascript tags, an opened tag is not necessarily closed by one
+
 
+
Example :
+
[code]<img src='./img/fleche_central.gif'> [code]
+

Latest revision as of 11:49, 2 April 2012

  1. REDIRECT MoDisco/Moved To Help Center

Back to the top