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.
問題は、次のように ID からパーツを取得する方法です。
id="sometext_foldername-somesection-of-somepart"
この ID からフォルダー名を取得する必要があります。どうすれば入手できますか?私の英語でごめんなさい。
どうもありがとう!
解決しました。答えは
substring-before(substring-after(@id,'_'),'-somesection-')
ありがとう!