Quick XML Question

I have an XML file that I’m using to populate a dataGrid and the numbers are not appearing correctly. Many of them need to have zeros in the front as placeholders.

code reads: EstForgnNBR=“0025”
appears as: 21
should be: 0025

When I tested my movie, I noticed that the zeros were gone and even some of the numbers had changed. What am I doing wrong? I’m assuming there’s some syntax that I have to use to get the zeros to appear correctly because when I inserted a “1” in front of the #, it appeared the same as it did in the code (10025).