Chameleon

Chameleon Commit Details

Date:2011-07-05 09:03:14 (12 years 9 months ago)
Author:Evan Lojewski
Commit:1113
Parents: 1112
Message:Updated xml parser.
Changes:
M/trunk/i386/libsaio/xml.c

File differences

trunk/i386/libsaio/xml.c
11251125
11261126
11271127
1128
1129
1128
1129
11301130
11311131
11321132
bool XMLIsString(TagPtr entry)
{
return entry &&
((dict->type == kTagTypeString) ||
(dict->type == kTagTypeKey));
((entry->type == kTagTypeString) ||
(entry->type == kTagTypeKey));
}
char* XMLCastString(TagPtr dict)

Archive Download the corresponding diff file

Revision: 1113