how create xml file with html tags?

Asked by Jacek

Hi
I want create xml file and import it to mnemosyne. I want nice html tables in answers. When I create card in mnemosyne by hand it correctly displays html table. But I cant find way to create correct xml file. So what's wrong with my file??? I attach whole file to this report. When I try import it I get error message.

Jacek

Question information

Language:
English Edit question
Status:
Solved
For:
The Mnemosyne Project Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was originally filed as bug #252650.

Revision history for this message
Jacek (77jacek) said :
#1
Revision history for this message
Peter Bienstman (peter-bienstman) said :
#2

To escape <, you need

&lt;

not

&lt

Ditto for >