わかりましたので、この例のようなxmlがあるとしましょう。
<?xml version="1.0" encoding="UTF-8"?>
<stats id="865" name="blaah">
<example name="blaahblaah">
<example1>
<x ppoints="500"/>
</example1>
<example2>
<x ppoints ="150"/>
<x points ="500"/>
<x ppoints ="140"/>
<x points="200"/>
</example2>
</example>
</stats>
私がここでやろうとしているのは、すべてのポイントを取得して 1 つの数値に丸め、すべてのポイントを 1 つの数値に丸めることです。
統計: 「ポイントの切り上げ」pp & 「ポイントの切り上げ」p
誰か助けて?どうもありがとう