>I found the DOM spec you referred to.  I guess now I am trying to find out
what DOM >implementation does support id().

I believe the Xerces DOM does, but _ONLY_ for nodes built by the validating
parser. If you don't validate, or if you created the node explicitly via
the DOM interface, I think you're out of luck.

Reply via email to