ここにXMLがあります.......
<Book id="isbn-0-671-21280-X">
<Title>How to Read a Book</Title>
<Subtitle>The Classic Guide to Intelligent Reading</Subtitle>
<Author>Mortimer J. Adler</Author>
<Author>Charles Van Doren</Author>
<Date>1940</Date>
<Publisher>Simon & Schuster</Publisher>
</Book>
id
の属性の長さを取得したいBook
私が書いた:
string-length(//Book/@id)
そしてもう1つ:
//Book/string-length(@id)
どちらも機能していますが、2 番目の方法が完全に正しいかどうかは疑問です。