Uploaded image for project: 'Cocoon'
  1. Cocoon
  2. COCOON-2110

Evaluate expressions defined in cocooon-expression-language-api in Sitemap engine

    XMLWordPrintableJSON

Details

    Description

      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>

      Attachments

        Activity

          People

            grek Grzegorz Kossakowski
            grek Grzegorz Kossakowski
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: