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.
多くの値が含まれるファイルがありました。特定のフィールドの値を 4 文字に制限したいと考えています。
例: file1.txt: aaaa ajhjoaaaaa aaaljlaaaa suygfhjhbj jkjaaaaaaa aajeifgreaaaa
file1 の内容を次のように置き換えます (5 番目の単語を 4 文字に変更します):
aaaa ajhjoaaaaa aaaljlaaaa suygfhjhbj jkja aajeifgreaaaa
xslt では、xpath 部分文字列関数を使用できません:
例: <xsl:value-of select="substring('Beatles',1,4)" />
結果:「ビート」
「ビートルズ」をあなたの要素へのパスに置き換えます。