Home > Contents > Index >
ICS.CDATA
Includes a CDATA in the output of a rendered XML element.
Syntax
<ICS.CDATA> ...data... </ICS.CDATA>Parameters
None.
Description
This tag enables streaming a CDATA wrapper around some data from Sites. Use this tag in cases where another XML parser reads the page; for example WAP or SOAP.
Example
In the following example, the variable
body
is set to "This is the body of my article." The following code is used:<ICS.CDATA> <ICS.GETVAR NAME="body"/> </ICS.CDATA>The output is as follows:
<![CDATA[ This is the body of my article. ]]>Release Introduced
This tag was introduced in CS release 5.0.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.