Menu

importing XML from another source

2005-09-12
2012-12-11
  • Mark Schlough

    Mark Schlough - 2005-09-12

    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

     
    • Peter Bienstman

      Peter Bienstman - 2005-09-12

      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.

       
    • Mark Schlough

      Mark Schlough - 2005-09-12

      Thanks,

      I used the dtd you suggested, and it worked.  Thanks a ton.

      -Mark

       

Log in to post a comment.