OK, so call me anal (no, don't!), but what if "]]>" somehow makes it's way into an XML PCData cell?

My text book says to do this:

Say if we have this for our PCData: "I want ]]> in my data!"

Have an element like thid:

Code:
<MyElement><![CDATA[I want ]]>]]><![CDATA[ in my data!]]></MyElement>
....and it should work.

But it doesn't! (I'm using IE6 as my viewer.)

Is it possible to include ]]> in an element data cell?

Thanks guys,

Steve.