View Single Post
travla's Avatar
Posts: 397 | Thanked: 241 times | Joined on Mar 2010 @ Melbourne, Australia
#157
Originally Posted by nowhereman View Post
Wallet xml format is some like this:

<targets>
<target>
<id>id</id>
<name>name</name>
<groupName>groupName</groupName>
<type>existing type</type>
<image>base64-png-image</image>
<backimage>base64-png-image</backimage>
<field name="name1" type="T">field value1</field>
<field name="name2" type="D">field value2</field>
<field name="name3" type="S">field value3</field>
...
<creationTime></creationTime>
<modificationTime></modificationTime>
</target>
...
</targets>

If you have problems, try to add a card into wallet, and then export to see how it is.

If you don't get it, if you can provide me a sample and can try to do something.
Thanks for the prompt response, it is most appreciated. I had exported a single card and and established the format of the XML file. The problem I face is that the Handy Safe XML export is a little different, and I'm not able to automate the manipulation to succesfully sync between the two formats repeatedly.

So then I decided to import my Handy Safe XML in to Keepass (v2.14), which worked a treat. I then exported the various flavours of XML from Keepass, but none were the same. What I did notice was that Keepass allows exporting to XML based on a given schema (XSL file), so I was wandering whether you could supply me with the XSL file if you made one.

Long term, I hope to be able to use Keepass as the desktop app with wallet, syncing via a WebDAV folder.

Sorry for the lengthy post, great work with the paid version, well worth the $2.00, you should probably charge more.