You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Torsten Curdt <tc...@dff.st> on 2002/10/08 19:42:18 UTC

[Announcement] sitemap variables

I've added support for absolute addressing of sitemap variables.

Instead of writing:

  <map:match pattern="**.html">
      <map:act type="...">
         ...
         <map:act type="..">
              <map:generate src="{../../....../1}.xml"/>
              ...

You can now refer to the first matcher result directly

  <map:match pattern="**.html">
      <map:act type="...">
         ...
         <map:act type="..">
              <map:generate src="{/1}.xml"/>
              ...

I also wanted to add support for going down the tree of results.
but could not come up with a good syntax.

 {///1} - for 3 levels deeper
 {../../../1} - for 3 levels back

But I am not quite sure if this really makes sense... FS?

Comments?
--
Torsten


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org