I have a large amount of data that already exists that I'd like to import into Pyqt-memaid. Retyping it seems like the long way around. What's the proper formatting for the xml to import it into Pyqt-memaid? I used a simple export as a template, but I get an error telling me that the format is bad.
Is there a spec somewhere that I could get a look at ?
Thanks in advance.
Mark
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have a large amount of data that already exists that I'd like to import into Pyqt-memaid. Retyping it seems like the long way around. What's the proper formatting for the xml to import it into Pyqt-memaid? I used a simple export as a template, but I get an error telling me that the format is bad.
Is there a spec somewhere that I could get a look at ?
Thanks in advance.
Mark
There is a dtd file you could look at:
http://cvs.sourceforge.net/viewcvs.py/memaid/pyqt_memaid/util/
although I'm not sure how up to date it is.
The CVS version of memaid is less strict about missing fields, so you might want to use that.
Thanks,
I used the dtd you suggested, and it worked. Thanks a ton.
-Mark