I'm editing an XML with nXML-mode. The file represents a document and has internal links of the form:
Follow <linktag docref="foo">this link</linktag> to
see <anchortag docref="foo">this text</anchortag>.
where linktag is one of toc1, toc2, toc 3, a
, and anchortag is one of document, page
(possibly others, I'd need to check).
What would be a good way to navigate between back and forth between an anchored text and the various links that point to it ?