Keep the format of the content and does not interpret the tags that are inside.
1 string.cdata
<string.cdata>
<xml /> !
</string.cdata>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Exml | string |
Returns | |
---|---|
Type | Description |
string | Content of the tag string.cdata omiting the tags contained. |
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/>