How to Create a new attribute to append to XmlElement

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,
 
C

Cor Ligthert[MVP]

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
 
G

Guest

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.
 
C

Cor Ligthert[MVP]

Jon,

Sorry, it was the answer on the question before yours (in time)

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top