How to Create a new attribute to append to XmlElement

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

XmlElement has an attributes collection (called Attriburtes)
Attribures has an Append method to which you pass a node

XmlNode mustinherit, so I can't create that.
XMLAttribute New is protected, so I can't create that.

How in the world do I create a new attribute to add to the Attributes????

Thanks,
 
Jon,

You can better ask your customers. They often have their own ideas about
this related from the background as the are used to it.

That all what you ask is possible is probably because of that.

Just my opinion.

Cor
 
XmlNodes,XmlAttributes, Attributes.Append, these all relate to XML document
manipulation. How do "ask your customers" and "background" realte to that. I
do not understand your answer. Sorry.
 
Back
Top