Thank worked. The Compiler is satisfied :) Thanks, -- Keith H -- --- In [email protected], "greenfishinwater" <[EMAIL PROTECTED]> wrote: > > I think the compiler is getting confused, when it sees "]]>", it is > taking it for the end of the CDATA section. > > Try this: > > ndv = "<![CDATA[" + ndv + "]]" + ">"; > > Andrew

