Link to home
Start Free TrialLog in
Avatar of Martin Liss
Martin LissFlag for United States of America

asked on

Using xmldom setAttribute to update a specific node

I'm new to XML and so setAttribute may not be the right method to use, but how do I add a new node-level attribut to a node. For example, given the following node (which is one of many nodes), how do I add an xyz attribute with an "abc" value.

<class name="Quote" abstract="no" version="1.0">
ASKER CERTIFIED SOLUTION
Avatar of edmund_mitchell
edmund_mitchell

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial