BUG: Synchronization is not performed on DataSet and XmlDataDocument when you set InnerXml on a text node (318148)
The information in this article applies to:
- Microsoft Visual Studio .NET (2002), Professional Edition
- Microsoft Visual Studio .NET (2003), Professional Edition
- Microsoft Windows .NET Framework Class Libraries 1.1
- Microsoft XML Classes (included with the .NET Framework 1.0)
This article was previously published under Q318148 SYMPTOMS Synchronization between DataSet(System.Data) and XmlDataDocument(System.Xml) is not performed when you use InnerXml on a node that has a text node only. The text appears to
disappear from the output that is generated. RESOLUTION Instead of directly modifying the innerText property of the node, set the required node to an XmlNode object, and then modify the innerText property. STATUSMicrosoft has confirmed that this is a bug in the Microsoft
products that are listed at the beginning of this article.
Modification Type: | Minor | Last Reviewed: | 9/15/2005 |
---|
Keywords: | kbvs2002sp1sweep kbbug kbpending KB318148 |
---|
|