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?
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?