I have a minor (if unusual) problem.
While developing a new function for wxSmith, I noticed that when I store a wxArrayString as a property, the XML writer stores the entire array to the *.wxs file properly. However, when reading it back in (on the next session) the XML reader compresses multiple space chars into a single space. Normally this is not a problem, but in my case the space chars are significant.
Is there any (simple) way to turn off this behavior?
Thanks,
Ringo