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# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -