Bug 380072

Summary: Missing 'value' attribute in account template DTD attribute list 'flag'
Product: [Applications] kmymoney Reporter: Ralf Habacker <ralf.habacker>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 4.8.0   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed In: 4.8.1,5.0.0

Description Ralf Habacker 2017-05-22 07:13:56 UTC
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.