https://bugs.kde.org/show_bug.cgi?id=380072
Bug ID: 380072 Summary: Missing 'value' attribute in account template DTD attribute list 'flag' Product: kmymoney4 Version: 4.8.0 Platform: Other OS: All Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: kmymoney-devel@kde.org Reporter: ralf.habac...@freenet.de Target Milestone: --- Looking into xea2kmt sources the flag element in account template may have a value attribute xea2kmt.cpp:276ff xml.writeStartElement("flag"); xml.writeAttribute("name","Tax"); xml.writeAttribute("value",account->slotList["tax-related"]); This is not documented in the related DTD. -- You are receiving this mail because: You are the assignee for the bug.