CDATA Sections
CDATA section can be used to store marked-up text so that the markup is not evaluated
CDATA sections are useful if the user wants to store XML markup as a data
Example:
<buffer>
<![CDATA[<priceᡪ</price>]]>
</buffer>
Previous slide
Next slide
Back to first slide
View graphic version