Will wrote:
Jasper Bryant-Greene wrote:

Will wrote:

Free for the taking, here's a simple, lenient (flawed?) xml parse engine written in php if anyone is interested in expanding such a thing.

http://fribbler.us/code/


Not to put down your efforts or anything, but what's wrong with SimpleXML, DOM XML, XML Reader, XML Parser etc. all of which are native PHP functions?

I don't know, I've not looked at them. Does offering another implementation of a concept imply that there is something wrong with existing implementations? If that is the case, I wouldn't have bothered sharing since I don't want to offend anyone. It was just a learning exercise.


No, of course the offering of a new implementation does not imply there is something wrong with the existing ones. However, re-inventing the wheel is an expensive exercise unless there is something wrong with the existing implementations.

I hope that you don't take this the wrong way; I was merely pointing out that someone else has already done this.

--
Jasper Bryant-Greene
Freelance web developer
http://jasper.bryant-greene.name/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to