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.
following-siblingXPath で軸を使用する可能性はありません。軸を使用せずに XPath で同じ機能を取得するにはどうすればよいですか? それは本当ですか?
following-sibling
前もって感謝します。
軸を完全にサポートしていない XQuery 1.0 実装を使用している可能性がありますか? その場合は、次のように書くことができfollowing-sibling::xます
following-sibling::x
let $x := . return ../x[. >> $x]
完全な軸サポートなしで XQuery 1.0 を使用していない場合は、何を使用しているかを知る必要があると思います。