Next in thread → Next in month →

Re: [xml-dev] Usage of Escape Character instead of CDATA

From
Paul Prescod <>
To
Date
2002-02-01T10:40:01Z
ID
<>
Thread
Re: [xml-dev] Usage of Escape Character instead of CDATA
 wrote:
> 
>..
>     &lt;testnode1/&gt;

That is not a tag. It is a series of characters that resolves to a "<",
"t", "e", ..."/", ">". It is data, not markup. It means exactly the same
as <![CDATA[<testnode1>]]>.

If you want it treated as an element then you should type in real
less-than and greater-than signs. Otherwise it is data.

 Paul Prescod
Next in thread → Next in month →