Looping past 256

I have a set of data stored in an .xml file. I have 600 nodes of data in there. Now my for loop won’t process the file.

my first thought is to take the length of my xml and split up the parsing into loop friendly lengths and compile at the end but that seems like a hassle.