[Bug 16143] msxml1: Can't set an attribute to Null

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Nov 21 03:12:45 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=16143





--- Comment #2 from Tahtu <winehq.5.tahtu at spamgourmet.com>  2008-11-21 03:12:45 ---
Under Delphi I'm using this code:

IXMLNode.Attributes['test'] := Null;

Delphi realize this as:

IXMLNode.SetAttribute('test', Null);


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list