|
Subject:
|
PHP4 XML parser question
|
|
Posted By:
|
rburke_36
|
Post Date:
|
1/11/2004 6:48:04 PM
|
On page 363 there is reference to downloading a generic xml parser written by Manuel Lemos at the following address: http://phpclass.kiffer.idv.tw/browse.html/package/4.html
This is a dead link.
Does anyone have access to the parser referenced as "xml_parser.php"?
I'm stuck without this.
|
|
Reply By:
|
nikolai
|
Reply Date:
|
1/12/2004 3:24:43 PM
|
Have you tried searching the net for it? http://www.google.com/search?q=manuel+lemos+xml+parser+PHP
Writing an XML parser is pretty easy. I don't have the book, but if you want to describe the way in which Manuel's parser is used, I can pretty easily write a replacement for it that does the same thing.
That is, if you can't find a suitable replacement from the search above...
Take care,
Nik http://www.bigaction.org/
|