java - Quick and memory-saving method to modify huge XML files. -


i have huge (~2gb) xml file , need add new tags , elements , modify old ones. problem design windows tablet pc, need modify without writing in temporary file (have lack of disc space) , without using dom (lack of ram). of course, it's desirable process rather quick. i've used stax takes application 3 minutes rewrite file temporary one. , it's long. ideas?


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -