1
0
mirror of https://github.com/Kirill/simplexml.git synced 2024-11-21 13:15:48 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
Kirill Krasnov
1f37a5f4fd Add support for Delphi 7 2017-08-18 08:04:04 +02:00
Kirill Krasnov
e101bd63b8 delete link to homepage. this domain for sold 2017-08-17 16:51:43 +02:00
Kirill Krasnov
342408efd9 Merge commit '6f72fdc'
* commit '6f72fdc':
  Update README
2013-08-15 12:50:41 +03:00
Kirill Krasnov
54a3e130e0 Merge pull request #2 from melsomino/xe
start working on xe compatibility
2013-08-15 02:17:55 -07:00
Michael Vlasov
6f72fdc11b Update README 2013-06-03 09:24:56 +06:00
vlasov
6d0a072f8d start working on xe compatibility 2013-05-31 16:03:11 +06:00
Kirill Krasnov
c2808c11a8 Merge pull request #1 from dvorkin/master
Correct reading nulls from XML file
2011-10-26 23:54:16 -07: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
3c82c2fb87 Add README file 2010-11-06 22:23:24 +02: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
Kirill Krasnov
51b4067d1b Init repo 2010-11-06 22:15:30 +02:00