ID: 12463 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DOM XML related Operating System: Win2K PHP Version: 4.0.6 New Comment: When I try to add an attribute with value "0" to a DomNode, like this: $cNode->set_attribute("attributeName", "0"); The attribute isn't added, and worse, any attributes added to this node later won't be added aswell. But this does only happen when the zero-valuead attribute isn't the first one added. JW Previous Comments: ------------------------------------------------------------------------ [2001-07-30 04:23:27] [EMAIL PROTECTED] When I try to add an attribute with value "0" to a DomNode, like this: $cNode->set_attribute("attributeName", "0"); The attribute isn't added, and worse, any attributes added to this node later won't be added aswell. I'll see if I can add a short reproducing script later. JW ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=12463&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]