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.
私は好きです
<Father> <child1/> <child2/> <child3/> <child4/> </Father>
私は<child1>ノード(または他の子ノード)にいます。今、父が持っている子の数を数える必要があります。これを行う方法?
<child1>
count(../*)助けになりますか?コンテキストノードの親の子要素をカウントします。
count(../*)