I have noticed a bug in how the XML parsing is done. I
noticed that the values are set in the characters
callback. This has led to some problems in my usage of
Vienna. One of my passwords causes MinML to make two
callbacks to characters. The result of this is the
first part is chopped off, and I must keep
reconfiguring the account if I want to use it every
time I start the program up. I can go and make the
necessary changes. I probably can get around to it
next week.
Richard
Logged In: NO
Hi,
I hacked a workaround for this in the file
thirdparty/uk/co/wilson/xml/MinML.java.
Increase the size of the variable named this from
(128,128) to (1000,1000) and that should allow you to
use lots of configuration data.
Enjoy,
Mark Bullock