Re: Accessing containing element from contentDocument

At this time, the DOM doesn't address document-to-document
connections; you have to handle that in your application.
DOM Level 3 will be adding some facilities (such as the node
key value) which might make building these crossreferences
easier.

Received on Tuesday, 5 June 2001 21:07:46 UTC