このxsltに取り組むのに苦労しているので、レシートの合計が株価*であるということになると、頭痛の種になります。結果が得られるように、xsltシートにコードを入力する方法のガイドが必要です。 2つのオフィスと各顧客の2つの製品の合計値を含むテーブルになります。xmlおよびxsltの新機能です。
<offices>
<office>
<customerproduct>
<Price>10</Price>
<Stock>20</Stock>
<Ordered>25</Ordered>
</customerproduct>
<customerproduct>
<Price>10</Price>
<Stock>2</Stock>
<Ordered>15</Ordered>
</customerproduct>
<receiptno.>1</receiptno.>
</office>
<office>
<customerproduct>
<Price>14</Price>
<Stock>20</Stock>
<Ordered>24</Ordered>
</customerproduct>
<customerproduct>
<Price>100</Price>
<Stock>2</Stock>
<Ordered>100</Ordered>
</customerproduct>
<receiptno.>2</receiptno.>
</office>
</offices>