From:             [EMAIL PROTECTED]
Operating system: Win2K
PHP version:      4.0.6
PHP Bug Type:     DOM XML related
Bug description:  set_attribute($attName, "0") does not add attributes

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 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]

Reply via email to