[jdom-interest] Element.addAttribute() not replacing Attributes.
Jason Hunter
jhunter at collab.net
Wed Mar 28 22:15:21 PST 2001
> "Robert R. Sanders" wrote:
>
> I had a few problems with Element.addAttribute() in that it didn't
> update/replace old attributes, I looked at the latest source from the
> CVS snapshot and the problem was still there. I took a few minutes
> and poked around and here is what I came up with (I just tested for my
> simple case, but it seemed to work). I simply call removeAttribute()
> if the attribute already exists. Maybe someone will verify this, and
> if it works check it in.
That method is actually going to be entirely rewritten as
setAttribute().
-jh-
More information about the jdom-interest
mailing list