How to add attribute to XMLDom Object?

xml India
  • 13 years ago

    Hello Friends,

    I am stuck wit a problem.How to add an attribute to XMLDom Object's TAG.Suppose i have the following code.

    var objHTTP = new ActiveXObject("Microsoft.XMLHTTP");
    var objXMLDOM = new ActiveXObject("Microsoft.XMLDOM");

    objXMLDOM.loadXML('<Screen Action="" UserName="" Password="" >');

    var objScreen = objXMLDOM.selectSingleNode("Screen");

    objHTTP.send(objXMLDOM);

    Now,Problem here is i want to build the RED statement at runtime.i.e. i want to add some attribute to that TAG(screen).i want to change that statement like this.

    objXMLDOM.loadXML('<Screen Action="" UserName="" Password="" NewPassword=""/>');

     HOW TO DO THAT? is there something like addXMLAttribute().

     

    Nitin

    [email protected]

     

     

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Most software today is very much like an Egyptian pyramid with millions of bricks piled on top of each other, with no structural integrity, but just done by brute force and thousands of slaves” - Alan Kay