Hi there,
I hope someone can help me out with a problem I've been facing. I have an XML file which can potentially grow up to thousands of records. I would expect this to slow down the transformation tremendously. Also, I would like to implement dynamic paging and sorting in this huge XML file, but everytime the XML is reloaded and transformed again, the whole file has to be loaded and this would make it a very slow process.
Anyone has any idea what is the best way for me to handle this ? Should I split the XML file into a few files with standard names or stick to one huge file ? Either way, what is the best way to implement dynamic sorting and pagination ?
Thanks !
I hope someone can help me out with a problem I've been facing. I have an XML file which can potentially grow up to thousands of records. I would expect this to slow down the transformation tremendously. Also, I would like to implement dynamic paging and sorting in this huge XML file, but everytime the XML is reloaded and transformed again, the whole file has to be loaded and this would make it a very slow process.
Anyone has any idea what is the best way for me to handle this ? Should I split the XML file into a few files with standard names or stick to one huge file ? Either way, what is the best way to implement dynamic sorting and pagination ?
Thanks !