[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing the attribute of elements



Alex Ang wrote:
> 
> Hi.
> Is there anyway to change the values of
> attributes(xml)???
> i tried to extract the dom node then use setNodeValue
> but it doesn't work...
> can anyone help me???
> Thanks
> 

Hi!
Normally one uses the method Element.setAttribute
to change the value of an element's attribute.
Michael Keuchen