Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | 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 Content Server. 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. ]]>
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.