>> Unfortunately the DOM API (regardless of level) has no way of >> registering that an attribute is of Type ID (except during parse with >> a DTD or schema). Level 2 and above have ways of finding >> (getElementById) and checking (isId), but no way of setting, other >> than at parse time. > > DOM3 does. Both Java and C++ parsers now support the DOM3 calls to do > this.
*^&[EMAIL PROTECTED] - feeling like a complete idiot. Totally missed setAttributeId/setAttributeIdNS - was looking in the Java dox rather than C++. (Java dox on site seem rather old?) Thanks for pointing this out. I will look to see what we can do to remove this dependancy. Dims - Do you mind raising a bugzilla so we can track this? Cheers,
