Re: feature request; id idref pairs

> Today I can't find the nodelist which calls any particular box.

appendix G says:
> a way to get back from an element to the elements that reference it
> (e.g. by IDREF attributes); 

In the meantime you can do something like

select="//*[@idref=current()/@id]"

which is probably not very efficient, but quicker than waiting for
xslt 2. If you have some idea where the referencing elements are, and
can therefore use something other than //* it probably isn't too bad.

David

Received on Wednesday, 9 February 2000 06:44:08 UTC