Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルパスと xpath を一緒に表現するための標準 (または実用的な) 表記法はありますか?
そのような...
xml.xml:///a/b/c
どこかで見たと思いますが、ページが見つかりません。
[アップデート]
について質問していると思いますXPointer。:)
XPointer
#代わりにa を使用する必要があります。
#
xlink:href="http://dog.com/dogbreeds.xml#xpointer(id('Rottweiler'))"
または、短いバージョン:
xlink:href="http://dog.com/dogbreeds.xml#Rottweiler"