How to Create a new attribute to append to XmlElement

How to Create a new attribute to append to XmlElement

am 03.11.2007 03:05:00 von JonJacobs

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,

Re: How to Create a new attribute to append to XmlElement

am 03.11.2007 17:39:20 von notmyfirstname

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

Re: How to Create a new attribute to append to XmlElement

am 03.11.2007 18:37:01 von JonJacobs

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.


"Cor Ligthert[MVP]" wrote:

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

Re: How to Create a new attribute to append to XmlElement

am 03.11.2007 23:30:24 von notmyfirstname

Jon,

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

Cor