PULL Parser in PHP
"lrargerich" <[email protected]>
| Newsgroups | gmane.text.xml.xmlpull.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I find the initiative of xmlpull.org quite ineteresting, as an excercise I'm implementing an XML-PULL parser in PHP, I'll point to the code/documentation as soon as I have it ready so you can test it or comment about it. The API will be respected except when PHP doesn't let me, for example I can't overload methods so I created getAttributeValueByName($namespace,$local-name) and getAttributeName($index) as two different methods. Is there an API for non-overloading languages? :-) I guess not. Luis