| Sign In/My Account | View Cart |
| Article: |
Using PHP 5's SimpleXML | |
| Subject: | Neat, but... | |
| Date: | 2004-01-16 09:54:22 | |
| From: | trachtenberga | |
|
Response to: Neat, but...
|
||
|
SimpleXML uses the same parsing functions libxml2 uses to create DOM documents. Yes, you do have the overhead of needing to contain the entire document in memory; however, this is all handled in C, so the process is fast and efficient. (As compared to doing this in PHP.)
|
||
Showing messages 1 through 1 of 1.