Add support for parsing tdbPersonalOwnerInfo
commitae996ad117f490a9ac67d1dc54fedfcd680d9b97
authorPetr Písař <petr.pisar@atlas.cz>
Sun, 27 Dec 2015 19:16:41 +0000 (27 20:16 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Thu, 31 Dec 2015 15:29:13 +0000 (31 16:29 +0100)
tree405c1c8a5e38d26c6de23abca3560d5965345f05
parent79d4dc046c84a0ab05a21c5b8d447c3195892804
Add support for parsing tdbPersonalOwnerInfo

isds_DbOwnerInfo has already been augmented to carry tdbPersonalOwnerInfo
members. This patch modifies extract_DbOwnerInfo() and extract_gAddress().

The functions will populate data structure from anything found in the XML
tree. It also still tries to find any of the members in the tree even if upper
function know it's not possible. If it proves problematic or slow, we can
parametrize the functions to skip searching for the unnecessary members.
src/isds.c