Expand|Select|Wrap|Line Numbers
- var xmldoc=XmlDocument.create("1str","2str");
- xmldoc.documentElement.setAttribute('code',code);
- var node;
- try{
- node=xmldoc.createElementNS('urn', 'condition');
- }catch(e)
- { }
I need your help!
Javascript: createElementNS not work in IE ?
|