Re: Including of special character in XML File
Posted By:
Anonymous
Posted On:
Sunday, April 15, 2001 10:25 PM
Hi,
Check this out....
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. The only delimiter that is recognized in a CDATA section is the "]]>" string that ends the CDATA section. CDATA sections can not be nested. The primary purpose is for including material such as XML fragments, without needing to escape all the delimiters