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