The number without commas
The new format of xml file brings the number wonderfully naked ( without commas, ready for calculations).
BUT a good web designer would get it "naked" with JUST one script instruction like:
number = number.replace("," , "");
The number is too big to be exibited without thousands separators.
I had to add commas/dots to make it a bit more readable.
Pardon me, but I think you made a mistake modifying the number format. The old way, with thousands separator was good both for displaying and calculating (just one line of code would remove the ",").
Now, in order to display, people have two choices:
Or they exibit this "confuse to read" number with 8 digits long
Or they RE-add the commas with a special function for it.
Please if you modify the number format, post a blog in the homepage, so that the counter users get informed.








