> 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. -- Scott