mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-02-18 23:24:00 -05:00
The value is store as a string in in the xml, so we cannot use getAsI. We have to get the string and parse it to an int. We cannot use strtoull because android stdc++ lib doesn't have it. We have to implement our how parseFromString function using a istringstream.