mt-additional-xml-shema-support #5

Merged
matic_t merged 11 commits from mt-additional-xml-shema-support into master 2020-08-05 10:04:55 +00:00
Showing only changes of commit 8b7c282fdf - Show all commits

View File

@ -23,7 +23,7 @@ class ComponentLexeme(Data):
if xml.hasAttribute("space"):
self.no_space = xml.getAttribute("space") == "false"
for oth_attr in ["lexical_unit_lexeme_id", "slolex", "kol"]:
for oth_attr in ["lexical_unit_lexeme_id", "slolex", "kol", "sloleks"]:
if xml.hasAttribute(oth_attr):
self.other_attributes[oth_attr] = xml.getAttribute(oth_attr)