Good XML Parser
[email protected] ("Waynn Lue")
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
What's the best way to pull down XML from a URL? fopen($URL), then using xml_parse? Or should I be using XML_Parser or SimpleXML? Thanks, Waynn