Article ID: 263587 - Last Review: September 30, 2003 - Revision: 2.3 FIX: XML DOM Node of Type Boolean Persists IncorrectlyThis article was previously published under Q263587 On This PageSYMPTOMS
If an XML Document Object Model (DOM) node is of type Boolean and the type is set to True by using the DOM NodeTypedValue property, the value for the node is incorrectly persisted as -1 on a computer using version 2.0 of the MSXML parser, when it should actually be persisted as 1.
RESOLUTION
The MSXML parser, version 2.5 (5.0.2920.0), corrects this problem.
STATUSThis problem was corrected in 2.5 (5.0.2920.0) or later. This problem has been fixed in Version 2.5 of the MSXML parser. To download the latest version of the parser, visit http://msdn.microsoft.com/xml/default.asp. (http://msdn.microsoft.com/xml/default.asp) MORE INFORMATIONSteps to Reproduce BehaviorTo reproduce this problem, insert the following code into a new text document, and save the document as repro.htm:
| Article Translations
|
Back to the top
