You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Jörg Heinicke (JIRA)" <ji...@apache.org> on 2007/08/11 04:25:42 UTC

[jira] Issue Comment Edited: (COCOON-2110) Evaluate expressions defined in cocooon-expression-language-api in Sitemap engine

    [ https://issues.apache.org/jira/browse/COCOON-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519186 ] 

joerg.heinicke@gmx.de edited comment on COCOON-2110 at 8/10/07 7:24 PM:
----------------------------------------------------------------

The start chars of the expression changes to ${ for all expression languages. The expression language gets selected by the first part like "jexl" above. The same applies to JXPath. It is only the default and therefore left out. That the expression language itself might be different sounds reasonable. So I don't think it's more different than before - but yes, different than before of course.

      was (Author: joerg.heinicke@gmx.de):
    The start chars of the expression changes to ${ for all expression languages. The expression language gets selected by the first part like "jexl" above. The same applies to JXPath. It is only the default and therefore left out. That the expression language itself might be different sounds reasonable. So I don't think it's more different than before.
  
> Evaluate expressions defined in cocooon-expression-language-api in Sitemap engine
> ---------------------------------------------------------------------------------
>
>                 Key: COCOON-2110
>                 URL: https://issues.apache.org/jira/browse/COCOON-2110
>             Project: Cocoon
>          Issue Type: New Feature
>          Components: - Components: Sitemap, - Expression language
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Grzegorz Kossakowski
>            Assignee: Grzegorz Kossakowski
>             Fix For: 2.2-dev (Current SVN)
>
>
> Description of the task is relatively simple; all I want to achieve is to make possible following construct in sitemap:
> <map:transform type="xslt">
>   <map:parameter name="request_param" value="${cocoon/request/some_param}"/>
> </map:transform>
> assuming that JXPath (used above) is default EL of choice. Of course one would be able to use following construct:
> <map:transform type="xslt">
>   <map:parameter name="request_param" value="${jexl:cocoon.request.some_param}"/>
> </map:transform>

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