| commit | 6526bf863eff2ef78465ba90d19a280d6657bddf | [log] [tgz] |
|---|---|---|
| author | Fred Drake <fdrake@acm.org> | Fri Mar 23 04:39:24 2001 +0000 |
| committer | Fred Drake <fdrake@acm.org> | Fri Mar 23 04:39:24 2001 +0000 |
| tree | 1bac9057f590eda147ff6a0a4bbf46466cd3afbf | |
| parent | 5e0dfaccd10317e5baa0295e77add07712de2dd7 [diff] |
When creating an attribute node using createAttribute() or createAttributeNS(), use the parallel setAttributeNode() or setAttributeNodeNS() to add the node to the document -- do not assume that setAttributeNode() will operate properly for both.