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

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -