16 Jan
2005
16 Jan
'05
8:38 p.m.
On Sun, 16 Jan 2005 02:34:33 -0500, MenTaLguY <mental@...3...> wrote:
- it is now possible to remove the id attribute from an element
So SPDocument::getObjectByRepr() won't work on it anymore? What is the preferred way to get at an element if not by id?
- manually setting a conflicting id now causes the original object to get a new id, rather than disallowing the change
You mean, some entirely different object that happens to have the same id will be renamed? I'm not sure it's a nice thing to do, especially without warning. At least in the places where this is accessible via UI (XML editor, obj props) there must be checks and warnings about this.