Is there a maxmimum size, or a practical limit to the size of xml documants?
my app is generating large ones (about 5 mb if saved), which tends to make my pc rather unstable
is this common, or would you say my pc is knackered?
Printable View
Is there a maxmimum size, or a practical limit to the size of xml documants?
my app is generating large ones (about 5 mb if saved), which tends to make my pc rather unstable
is this common, or would you say my pc is knackered?
XML is best used with smaller data sets. Any large amount of data are best used in text files or databases. I tried putting 2000 record database table into an XML file as a test and it took 25 minutes.. :(
But its just not made for that.