XML frameworks in PHP -
In addition to this question: I would like to know that there are very good XML parsing frameworks for PHP.
PHP already has great XML support, but I wonder if it can be better (in terms of display, memory usage, etc.).
And in terms of performance, your best choices are probably.
These 2 have the advantages of not having a full DOM tree in your XML memory, though they are not convenient to work with.
Comments
Post a Comment