سؤال

I know I can specify a node another document using XPointer:

http://www.google.com/#xpointer(...)

But, can I specify an a/@href node in the current document, and point to a node in that document?

هل كانت مفيدة؟

المحلول

Use something like this to go to the root node first, then back down to the hyperlink:

#xpointer(here()//ancestor::*[1]/ancestor::*[1]/descendant::a[@id='#1'])
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top