<se:text xmlns:se="http://smartsite.nl/namespaces/sxml/1.0" value=" "/> <div id="summary"> <span class="summary">Executes SXML in the given security zone and returns the result.</span> </div> <h1 class="heading"> <span onclick="ExpandCollapse(syntaxToggle)" style="cursor:default;" onkeypress="ExpandCollapse_CheckKey(syntaxToggle, event)" tabindex="0"> <img id="syntaxToggle" onload="OnLoadImage(event)" class="toggle" name="toggleSwitch" src="/icons/collapse_all.gif"/>Syntax</span> </h1> <div id="syntaxSection" class="section" name="collapseableSection" style=""> <se:text xmlns:se="http://smartsite.nl/namespaces/sxml/1.0" resultformat="{formatexample(string.trim(this.result()))}"><![CDATA[any sxml.securityzone.execute(string securityZone, string sxml, boolean allowSyntaxExceptionCatching)]]></se:text> </div> <h1 class="heading"> <span onclick="ExpandCollapse(parametersToggle)" style="cursor:default;" onkeypress="ExpandCollapse_CheckKey(parametersToggle, event)" tabindex="0"> <img id="parametersToggle" onload="OnLoadImage(event)" class="toggle" name="toggleSwitch" src="/icons/collapse_all.gif"/>Parameters</span> </h1> <div id="parametersSection" class="section" name="collapseableSection" style=""> <table id="typeList" class="members"> <tbody> <tr> <th>Name</th> <th>Data Type</th> <th>Description</th> </tr> <tr> <td>securityZone</td> <td>String</td> <td> <span class="summary">The security zone.</span> </td> </tr> <tr> <td>sxml</td> <td>String</td> <td> <span class="summary">The SXML to execute.</span> </td> </tr> <tr> <td>allowSyntaxExceptionCatching</td> <td>Boolean</td> <td> <span class="summary">If set to true, syntax exceptions can be caught using the error parameter.<br/>Syntax Exceptions are normally uncatchable, except when rendering sxml indirectly using the embed macro.</span> </td> </tr> </tbody> </table> </div> <h1 class="heading"> <span onclick="ExpandCollapse(returnvalueToggle)" style="cursor:default;" onkeypress="ExpandCollapse_CheckKey(returnvalueToggle, event)" tabindex="0"> <img id="returnvalueToggle" onload="OnLoadImage(event)" class="toggle" name="toggleSwitch" src="/icons/collapse_all.gif"/>Return Value</span> </h1> <div id="returnvalueSection" class="section" name="collapseableSection" style=""> <table id="typeList" class="members"> <tbody> <tr> <th>Data Type</th> <th>Description</th> </tr> <tr> <td>Any</td> <td> <span class="summary">Return value of the SXML execution</span> </td> </tr> </tbody> </table> </div>
SXML