View Single Post
Old 12-06-2012, 10:33 AM   PM User | #1
qwertyjjj
New Coder

 
Join Date: Dec 2007
Posts: 59
Thanks: 1
Thanked 0 Times in 0 Posts
qwertyjjj is an unknown quantity at this point
compare XML files, text vs numbers

AFAIK, when comparing data in 2 xml files, everything is passed as text or characters.
This means that data in the format 0.5 in one file will appear different to data in the second file reading .5 as the precision is different.

Is there a way to convert data to numbers/decimals first in XML and compare?
qwertyjjj is offline   Reply With Quote