PHP4 to PHP5 - domxml
Submitted by Adam Oellermann on Sun, 2007-05-13 07:53.
DOM | PHP | XML
When I recently upgraded a server from PHP4 to PHP5, a number of scripts using domxml stopped working (obviously - domxml is not used in PHP5 any more, there's the new PHP5 DOM stuff built in). However, fixing the scripts looked like being a real chore until I found Alexandre Alapetite's XML Transition page. His script works like a charm - thanks Alexandre!