Skip to content

Target

Limit options for output. Access can be limited also using acl attribute.

If any target node is present, only those targets will be available, otherwise all targets will be available.

XML
<srs label="Hello World">
  <def>
    <itm>select 'Acl column test 1' test1 , 'Acl column test 2' test2</itm>
    <itm model="target" name="xlsx" label="Excel"/>
    <itm model="target" name="html"/>
    <itm model="target" name="xml"/>
    <itm model="target" name="pdf"/>
    <itm model="target" name="json" acl="@teamshort"/>
    <itm model="target" name="xlsx" acl="ims_excel"/>
    <itm model="target" name="json"/>  
  </def>
</srs>