CodingIsFun
Programmer
Hi all experts,
I have been given a task to update a few elements in a 7 gigabite xml file. In the past for small files I would use xpath.
Do to the large size, Im wondering ahead of time if there are any downfalls with xpath and large file sizes. I will do experiments, but I would also like to hear the experts opinion. Any help would be great.
I am going to be looking for a specific tag by an attribute id. When there is a match I will be adding attribute as a flag.
thanks in advance.
I have been given a task to update a few elements in a 7 gigabite xml file. In the past for small files I would use xpath.
Do to the large size, Im wondering ahead of time if there are any downfalls with xpath and large file sizes. I will do experiments, but I would also like to hear the experts opinion. Any help would be great.
I am going to be looking for a specific tag by an attribute id. When there is a match I will be adding attribute as a flag.
thanks in advance.