References Macro Example
The references macro is calledĀ for each channel you wish to render items in in order to collect the dynamic references that items have.
| Smartsite SXML |
|
|---|---|
<se:aim xmlns:se="http://smartsite.nl/namespaces/sxml/1.0">
<se:impersonate username="aimuser" password="A1mH1gher">
{session.enable(false)}
<se:references channel="DEF" error="{html.tag(error, this.error())}"/>
<se:aimscan/>
</se:impersonate>
</se:aim>
|
|