1
0
mirror of https://github.com/Kirill/simplexml.git synced 2025-02-13 16:32:15 +02:00

4 Commits

Author SHA1 Message Date
vlasov
6d0a072f8d start working on xe compatibility 2013-05-31 16:03:11 +06:00
Andrey Matveev
487ee6e2cc Library unloads 'null' variant values as '{{null}}' string. But it can't load this string as null value back. It loads this string as an ordinary string value.
Problem is solved by add new function:
 function GetVarVal(aValue: TXmlString): Variant;
This function is used in
procedure TXmlNode.SetAttr(const aName, aValue: TXmlString);
and
procedure TXmlNode.SetAttr(aNameID: Integer; const aValue: TXmlString);

Signed-off-by: Andrey Matveev <dvorkin.zilog@gmail.com>
2011-10-25 17:40:48 +04:00
Kirill Krasnov
5defec6889 devel version 2010-11-06 22:21:34 +02:00
Kirill Krasnov
bef25364bc Version 1.0.1 2010-11-06 22:16:58 +02:00