hi,

looks like you have an problem or this has been fixed with php 5.2.2.
Or can you maybe explain what you expect?

my results are:

Current PHP version: 5.2.2

getting id
----------
    getAttribute('id'):
    getAttribute('xml:id'):one
    getAttributeNS('xml','id'):

    getAttribute('at'):
    getAttribute('xml:at'):one
    getAttributeNS('xml','at'):

getting id
----------
    getAttribute('id'):
    getAttribute('xml:id'):two
    getAttributeNS('xml','id'):

    getAttribute('at'):
    getAttribute('xml:at'):two
    getAttributeNS('xml','at'):

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to