Keep the format of the content and does not interpret the tags that are inside.

1 string.cdata

<string.cdata>
    <xml /> !
</string.cdata>

Exceptions

The element must be terminated by the matching end-tag

There is a badly closed tag.

Remarks

Although the string.cdata function ignores the tags that have been contained, this should be weel built so that the function can be executed with compilation errors.

Example

Function string.cdata.

Copy
<xsql-script name='string.cdata_sample1'>
    <body>
        <set name='text'>MEDIO</set>
        <println>
            <string.cdata>
                Hello
                <text/>
                Goodbye
            </string.cdata>
        </println>
    </body>
</xsql-script>

Returns:

Copy
<text/>