QueryPath or DOMDocument for editing large XML files?

tomisoc8

New Member
I'm trying to edit a large XML file (extracted from an Excel .xlsm file) using PHP, and I was wondering which is best (regarding performance) : QueryPath or PHP's DOMDocument ?The file weighs at least 8 MB, and contains around 400k lines (when formatted).Thanks for the feedback
 
Back
Top