Examples
EXAMPLE USING JSP TAGLIB
<!-- WebLogic Mobility Server will not
attempt to parse this Javascript inside
the <mm:cdata> tags, but this code will
be processed by the browser. -->
<mm:meta name="MIS-CDATA-
Control" content="Unwrap" />
<script>
<mm:cdata unwrap="true">
function compareIt(var1,var2) {
if (var1 <= var2) then {
return 0
}
else {
return 1
}
}
</mm:cdata>
</script>
See also
meta
EXAMPLE USING MMXHTML
<!-- The tag syntax for the same code example using
mmXHTML looks like this: -->
<meta name="MIS-CDATA-Control"
content="Unwrap"/>
<script>
<![CDATA[#UNWRAP#
function compareIt(var1,var2) {
if (var1 <= var2) then {
return 0
}
else {
return 1
}
}
]]>
</script>
BEA WebLogic Mobility Server User Guide - 167
Part VIII Appendixes
Need help?
Do you have a question about the WebLogic and is the answer not in the manual?