Revision da3304f6
Von martin vor mehr als 14 Jahren hinzugefügt
src/plugins/backends/aqofxconnect/plugin/libofxhome/ofxhome.c | ||
---|---|---|
}
|
||
else
|
||
OH_InstituteSpec_List_Add(os, sl);
|
||
/* yes, this really means "FindFirstTag" */
|
||
n=GWEN_XMLNode_FindFirstTag(n, "institutionid", NULL, NULL);
|
||
/* previously we needed to use "FindFirstTag" because of the malformed response */
|
||
n=GWEN_XMLNode_FindNextTag(n, "institutionid", NULL, NULL);
|
||
}
|
||
}
|
||
GWEN_XMLNode_free(nroot);
|
Auch abrufbar als: Unified diff
OFXHome changed the format of their response, so we needed to adjust.
Previously OFXHome returned unclosed elements for "institutionid". Now
those elements are closed, so we can use FindNextTag().
git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@2140 5c42a225-8b10-0410-9873-89b7810ad06e