From: RayLopez99 on
On Feb 17, 12:26 pm, "Ele" <nos...(a)nospam.com> wrote:

> You are right, your behaviour happens for standard nodes. But if we have a
> CDATA node and the node is empty, we end up with:
>
> <value><![CDATA[]]></value>
>
> So, in this case, it does not omit the element, it writes it with an empty
> value. And when I pass through SQL, the CDATA is removed <value></value>)
> and then it is shortened (<value />).
>
> I will submit this bug to Microsoft.
>

Exactly my point. Theory, practice. XML is like that, as is C# and
programming in general.

RL