I badly need property tag that parses its chunk. I would likt to do somthing like this:
<property name"topmenu">
<multiple name="menuitem">
<a href="@menuitem.href@">@menuitem.name</a>
</multiple>
</property>
As I investigated that problem I found that this is not that strightforward change to ATS. I would have to get deeper understanding of ACS Templating. So I would like to ask if sombody already did it or know how that should be done.
Or mayby there are other ways to pass some info from slave to master then slave tag and property variables. I know that I could set properties from *.tcl script, but in my case this should be done by graphic designer that wants to control topmenu layout.