tags:

views:

59

answers:

0

I've got an XmlDocument and a schema (xsd) file. I'd like to set the "foo" attribute to a value of "bar" for every element in the xml for which "foo" is a valid attribute according to the schema. Is there an easy way to do this?