Re: [PHP-XML-DEV] dom abstraction package
[email protected] ("Rob Richards")
| Newsgroups | php.xml.dev |
|---|---|
| Message-ID | <[email protected]> |
From: Matt Kynaston > Second, it includes a test suite which checks the packages for > DOM-compliance (1, 2 or 3). This has a 'raw php5 mode' which runs the > same tests (approx 200 and counting) over PHP5's dom extension. I havent looked at it, but it should be helpful finding where things need to be fixed/changed in the dom extension. > 1. There's no NodeList or NamedNodeMap objects - getElementsByTagName et > al just return arrays. Is it likely to stay like this? No, eventually those will be implemented. Just not as high of a priorty so currently just returning arrays to provide the functionality for the other methods. Rob