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ファイルの名前を取得することは可能ですか?
いいえ。ファイル名はドキュメントの一部ではありません。ファイルにまったく由来しないドキュメントを処理することもできます。
xpath 2 では、document-uri を使用できます
例えば
document-uri(/html)