Hi,
I was using the great xmlw3cdom.js (in a worker) when I faced an error "name doesn't exist" or something like this,
after an hour of searching for the function that throws that error, I noticed that it was in "DOMElement.prototype.setAttributeNS"
and that it was caused by the use of a "name" variable that is not declared and which should be equals to attr.name
After I corrected that, everything continue working good, so I thought It would be good to inform xmljs users because this might be a mistake while coding xmljs, (or maybe it's only on my side I don't know)
Thanks for reading |