[ 
https://issues.apache.org/jira/browse/COCOON-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563060#action_12563060
 ] 

Reinhard Poetz commented on COCOON-2118:
----------------------------------------

make sure that following use cases (summerized by Torsten: 
http://marc.info/?l=xml-cocoon-dev&m=120148008619808&w=2) are still supported:

   <map:match pattern="matching/*">
     <map:generate src="sax-pipeline/{1}.xml"/>

   <map:match pattern="matching/*">
     <map:generate src="sax-pipeline/{\1}.xml"/>

   <map:match pattern="matching/*" name="root">
     <map:generate src="sax-pipeline/{#root:1}.xml"/>

> Implement map: expression language
> ----------------------------------
>
>                 Key: COCOON-2118
>                 URL: https://issues.apache.org/jira/browse/COCOON-2118
>             Project: Cocoon
>          Issue Type: New Feature
>          Components: - Components: Sitemap
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Grzegorz Kossakowski
>
> Implement expression language ("map:") that let's you to access sitemap 
> variables.
> Actually, it's already implemented in PreparedVariableResolver for years but 
> the task is about implementing it as class imlementing 
> org.apache.cocoon.components.expression.Expression interface.
> It was proposed here[1] and clarified here[2].
> [1] http://article.gmane.org/gmane.text.xml.cocoon.devel/73700
> [2] http://article.gmane.org/gmane.text.xml.cocoon.devel/73760

-- 
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