是否存在将filepath和xpath一起表示的标准(或实用)符号?
等……
xml.xml:///a/b/c
我相信我在别的地方看到过,但是我找不到那一页。
(更新)我想我问的是XPointer
。:)
您应该使用#
代替:
xlink:href="http://dog.com/dogbreeds.xml#xpointer(id('Rottweiler'))"
或者更短的版本:
xlink:href="http://dog.com/dogbreeds.xml#Rottweiler"