From SuperMemo to Anki?

Hi.

I’ve been trying to move things in SuperMemo to Anki and currently xml files exported from SuperMemo won’t be imported because of an error that says “AttributeError: ‘Element’ object has no attribute ‘data’”.

Has anyone got a way to do this through xml or any other route?

Cheers.

Maybe an empty field somewhere, it’s a pain to open up a big XML file but you could search for Element objects and poke in an empty string. Or, whoever is maintaining the XML import to Anki app (extension?) should guard against empty XML entries.

Thanks khs.

I’m trying to decode what the Element objects mean and implement that.

Oneline xml validators are also nice, try this one:
https://www.xmlvalidation.com