I found that using;
Node_Used.setAttributeNode Attribute_holder
instead of ;
Node_Used.setAttributeNode (Attribute_holder)
works. However i am not sure why it would fail if written with brackets?
I found that using;
Node_Used.setAttributeNode Attribute_holder
instead of ;
Node_Used.setAttributeNode (Attribute_holder)
works. However i am not sure why it would fail if written with brackets?