Articles → XML → Cdata Section In The XML File
Cdata Section In The XML File
Purpose
Syntax
Example
<![CDATA[
function matchwo(a,b)
{
if (a < b && a < 0) then
{
return 1;
}
else
{
return 0;
}
}
]] >
Posted By - | Karan Gupta |
|
Posted On - | Monday, May 30, 2022 |