the default type for values is "string". there's no need to write "<string></string>" around a value. bandwidth could be saved by leaving that away...
Logged In: NO
the same thing applies for empty strings. currently, the library writes "<string></string>". that could be shortened to "<string/>" or even "".
and all the "& vbCrLf" are uneccessary too :)
Logged In: YES user_id=1483304
<i>and all the "& vbCrLf" are uneccessary too :)</i>
This is more for debug readability. It should probably be made a debug option.
Log in to post a comment.
Logged In: NO
the same thing applies for empty strings. currently, the
library writes "<string></string>". that could be shortened
to "<string/>" or even "".
Logged In: NO
and all the "& vbCrLf" are uneccessary too :)
Logged In: YES
user_id=1483304
<i>and all the "& vbCrLf" are uneccessary too :)</i>
This is more for debug readability. It should probably be
made a debug option.