Subject: CData Node WriteTree
It appears CData was left out of Node WriteTree method. Is there a reason this was left out, and if so is there another approach to include cdata tags?
It seems to me the following snippet could be included in the WriteTree method.
else if (e.NodeType == NodeType.Cdata)
{
tw.WriteCData(e.Value);
}
It seems to me the following snippet could be included in the WriteTree method.
else if (e.NodeType == NodeType.Cdata)
{
tw.WriteCData(e.Value);
}
jason
Show profile
Link to this post
