| Sign In/My Account | View Cart |
| Article: |
Using PHP 5's SimpleXML | |
| Subject: | Neat, but... | |
| Date: | 2004-01-16 03:54:16 | |
| From: | anonymous2 | |
|
I imagine the overhead of parsing the whole document and loading it into memory can be tremendous for sufficiently-large XML documents.
|
||
Showing messages 1 through 2 of 2.
Neat, but...
The only alternative from a memory perspective is SAX, but SAX can be quite painful to program when your schema is complex. (Try parsing the Apple pList format, for example.)