CDATA elements are registered with the writer via the AddCDATAElement method or through one of the two constructors. The element is simply the name. When the DOM traversal encounters one of these elements, any text node children are written unencoded. If the element is not registered, the text node is simply passed on to the wrapped writer to encode it as it wishes.
|
|