View Single Post
travla's Avatar
Posts: 397 | Thanked: 241 times | Joined on Mar 2010 @ Melbourne, Australia
#159
Originally Posted by nowhereman View Post
Well, I look into KeePass web site, and I found a xml sample file. With this I was be able to implement a xsl file to convert it to wallet format. With java and xalan help, I was be able to convert sample file into wallet format:

java.exe -cp xalan.jar org.apache.xalan.xslt.Process -in sample.xml -xsl convert.xsl -out wallet.xml

I don't know if you can manage with java plus xml and xsl files!

Otherwise wallet also supports text file, that it should be easy if you are only importing passwords ...
Hi there,
Unfortunately, I don't have acess to java or xalan. I tried to use the supplied xsl file to transform using Keepass, but it did not give me an XML file at all (probably because as you described it was intended to be used with xalan).

I did consider text file too, but too many fields and too many passwords unfortunately, it would be quite laborious to get it up and running.

It is late here (1:00am) and feeling a little tired, may explore java / xalan option in more detail later on. In a nutshell, is it something I can install on a Vista box without too much trouble? Sorry for not understanding the process entirely.

Thank you again for your help.