I want use PHP and XML to deal with Web Form data.
It seemed DOM should be used in Creat and Delet Form.Because it's simple to use.Creat or Append or Delete a node is so simply.
But SAX should be used when update the data such as in Edit Form.Beacause it don't need read all xml file.So the speed will be faster.
which one should i choose.is it practical to use the two all in a same project?
which skill will u choose in your past project?
Give me some advice please!