Part VIII Appendixes
<![CDATA[...]]> / mm:cdata
Description
To prevent WebLogic Mobility Server from analyzing/transforming particular content, wrap this
content in <![CDATA[...]]> elements. By placing the meta tag <meta.../> in the head section
of the content, the enclosing CDATA tags will be removed when the content is delivered to the
device. For JSP, use <mm:meta.../> and <mm:cdata> as illustrated in "<mm:cdata>
USAGE."
Comments
This functionality works in conjunction with PDAs and Full Browser devices—content wrapped
in <![CDATA[...]]> elements will not be delivered to MenuDriven devices.
<![CDATA[...]]> Usage
There may be circumstances when you might wish to deliver a portion of web page content that
has not been subject to the WebLogic Mobility Server transformation. In mmXHTML files, the
<![CDATA[...]]> tag can be used in conjunction with the <meta.../> tag to protect such
content from being analyzed or transformed by WebLogic Mobility Server, and yet still have this
content delivered to the device.
By extending the capabilities of the
WebLogic Mobility Server will ignore the content during processing, but remove the enclosing
> tag when delivering it to the device.
<![CDATA[...]]
To cause your <
![CDATA[...]]>
<![CDATA[#UNWRAP#...]]>
If you have many <![CDATA[...]]> tags in a page which you wish to have unwrapped, then you
can specify a
<meta.../>
<meta name="MIS-CDATA-Control" content="Unwrap" />
which will cause each <![CDATA[...]]> tag on the page to be treated as if #UNWRAP# were
present. You may override this behavior for individual <![CDATA[...]]> tags by specifying that
they are not unwrapped, as follows:
<![CDATA[#NOUNWRAP#...]]>
<mm:cdata> Usage
<mm:cdata> and <mm:meta> work together in the same way as <![CDATA[...]]>
works with <meta>. In this case however, #UNWRAP# and #NOUNWRAP# are replaced by
the unwrap attribute on the <mm:cdata> tag.
•
unwrap="true | false"
If not present, this attribute will default to false
166 - BEA WebLogic Mobility Server User Guide
<![CDATA[...]]>
tag to be unwrapped, specify it as follows:
tag as follows:
tag to include unwrapping functionality,
Need help?
Do you have a question about the WebLogic and is the answer not in the manual?