Smartsite SXML CopyCode image Copy Code
<se:format inputdata="{site.channels()}">
    <se:rowformat>
        <tr>
            <td>{this.field(Name)}</td>
            <td>{this.field(Code)}</td>
            <td>{this.field(Number)}</td>
            <td>{this.field(DefaultDocument)}</td>
            <td>{this.field(IdParameter)}</td>
            <td>{this.field(IsSecure)}</td>
            <td>{this.field(Address)}</td>
        </tr>
    </se:rowformat>

    <se:captionformat match="first">
        <se:rowresult>
            <tr>
                <th>Name</th>
                <th>Code</th>
                <th>Nr</th>
                <th>DefaultDocument</th>
                <th>IdParameter</th>
                <th>Secure</th>
                <th>Address</th>
            </tr>
        </se:rowresult>
    </se:captionformat>

    <se:resultformat><table>{char.crlf()}{this.result()}</table></se:resultformat>
</se:format>