[ 
https://issues.apache.org/jira/browse/SLING-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Felix Meschberger updated SLING-142:
------------------------------------

    Fix Version/s: 2.0.0

> Compact Syntax for ESP expressions in HTML attributes
> -----------------------------------------------------
>
>                 Key: SLING-142
>                 URL: https://issues.apache.org/jira/browse/SLING-142
>             Project: Sling
>          Issue Type: Improvement
>          Components: Scripting
>            Reporter: Lars Trieloff
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>         Attachments: esp-compact-dollar-syntax.patch, esp-compact-syntax.patch
>
>
> The current syntax for ESP expressions ( <%= value %>) parallels the JSP 
> syntax, but is hard to read when it is used in HTML attributes (<a 
> href="<%=link %>"><%=name %> </a>). I propose an syntax addition that allows 
> inline ESP expressions in HTML in a more compact way and that is less 
> intrusive to the XML structure. Basis for the syntax were JSP Expression 
> language and XSLT. The above example would be rephrased in the new syntax as: 
> (<a href="{link}"><%=name %> </a>).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to