Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: CDATA
Hi Hellen
>Does anyone have information and examples of using "CDATA"?
Let's say you have to insert the character "<" as text in an element = named "a".
This is an invalid XML document:
<?xml version=3D"1.0" encoding=3D"UTF-8"?> <a><</a>
This is a valid XML document:
<?xml version=3D"1.0" encoding=3D"UTF-8"?> <a><![CDATA[<]]></a>
HTH
Chris
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Jan 26 2005 - 09:49:13 CST
![]() |
![]() |