M
matauy
I want to modify the XMl dynamically
parent = thisXDocument.DOM.selectSingleNode("Place to add");
my_AgendaItem = thisXDocument.DOM.createElement("my:AgendaItem");
parent.appendChild(my_AgendaItem);
The error is: The namespace prefix my in the following element does not map
to a URI:
parent = thisXDocument.DOM.selectSingleNode("Place to add");
my_AgendaItem = thisXDocument.DOM.createElement("my:AgendaItem");
parent.appendChild(my_AgendaItem);
The error is: The namespace prefix my in the following element does not map
to a URI: