Support for multiple structured postal addresses, structured name, nickname.
commit8198f9b87a089324e23888c51dfcefcb7314993f
authorhoruga23 <horuga23@googlemail.com>
Tue, 8 Jun 2010 17:11:18 +0000 (8 19:11 +0200)
committerhoruga23 <horuga23@googlemail.com>
Tue, 8 Jun 2010 17:11:18 +0000 (8 19:11 +0200)
tree69734047d78f38db5f2e2b493b80996964b2845b
parent119d735a936c3a930beb4755282def9a843437ae
Support for multiple structured postal addresses, structured name, nickname.

Added a new structure gcal_structured_subvalues and methods with which
one can easily parse xml substructures and work with the data like an
associative array.
14 files changed:
inc/gcontact.h
inc/internal_gcal.h
src/atom_parser.c
src/gcal_parser.c
src/gcont.c
src/gcontact.c
utests/contact_documentation.xml
utests/fullcontact.xml
utests/supercontact.xml
utests/utest.c
utests/utest_contact.c
utests/utest_gcal.c
utests/utest_userapi.c
utests/utest_xmlmode.c