OK, I'll try to fix this for 2.x.
Peter
Quoting tcp-ip <[email protected]>:
On May 31, 12:49 pm, "Peter Bienstman" <[email protected]>
wrote:
I guess you also need to add the header info.
No, I had thought about inserting headers, but now I have found the
problem and I have managed to import my cards. I had open the file
with:
<?xml version="1.0" encoding="UTF-8"?>
<mnemosyne core_version="1" >
The problem was the newline. I just had to change it into:
<?xml version="1.0" encoding="UTF-8"?>
<mnemosyne core_version="1" >
This looks like a bug of Mnemosyne's XML parser. AFAIK a newline
shouldn't change the meaning of an XML file.
--
You received this message because you are subscribed to the Google
Groups "mnemosyne-proj-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mnemosyne-proj-users?hl=en.
--
You received this message because you are subscribed to the Google Groups
"mnemosyne-proj-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mnemosyne-proj-users?hl=en.