handle JSP in attributes and remarks
Brought to you by:
derrickoswald
Although preliminary support is provided to handle JSP
tags at the same level as other tags, no support is
provided for handling JSP within tag attributes and
remarks, or embedding JSP tags within string nodes.
This would involve all nodes possibly having children
(a remark or string node can have embedded JSP, i.e.
<!-- this remark, created on <%@ date() %>,
needs to be handled -->.
Some design work needs to be done to analyze the state
transitions and gating characters for the lexer, and
significant changes are required in the data structures
used to hold attributes. This would imply handling
nested tags within strings and remarks when visiting,
filtering, and converting to strings etc.
Logged In: YES
user_id=605407
See also RFE #891674 handle broken tags
for a similar use case.
http://sourceforge.net/tracker/index.php?func=detail&aid=891674&group_id=24399&atid=381402