Re: [xml] Getting crazy with float parsing



Well, another option is to store both string representation and a float 
value
inside LibXML. When you need to do any computation you use float value
but if you need to write the unchanged value back then you simple use the
string. I understand that this makes things more complex but I don't 
think that
using trio all the time is a good idea.

Not all of the trio, just the floating-point / string conversion.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]