XPointer 可以“跟随”吗?链接?
我知道我可以使用 XPointer 指定另一个文档的节点:
http://www.google.com/#xpointer(...)
但是,我可以在当前文档中指定 a/@href 节点,并指向该文档中的节点吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用类似这样的方法首先转到根节点,然后返回到超链接:
Use something like this to go to the root node first, then back down to the hyperlink: