Support XML-compliant script delimiter for EcmaScript
-----------------------------------------------------
Key: SLING-912
URL: https://issues.apache.org/jira/browse/SLING-912
Project: Sling
Issue Type: New Feature
Components: Scripting JavaScript (Rhino)
Affects Versions: Scripting JavaScript 2.0.2
Reporter: Vidar S. Ramdal
Priority: Minor
Fix For: Scripting JavaScript 2.1.0
The script delimiters used for EcmaScript (<% and %>) are not friendly to most
IDEs. Introducing an XML-compliant script delimiter would make developing
EcmaScripts easier.
There are two options for implementing this:
1. Extend EspReader to support the new delimiters,
- or -
2. Introduce a new script file type (e.g. .espx), and a new parser.
See http://markmail.org/thread/jxbj5o57h5nfxos4 for background.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.