<customer>
<item>
<BILLNO>1</BILLNO>
<product>ABC</product>
<AMT>20</AMT>
</item>
<item>
<BILLNO>2</BILLNO>
<product>GHK</product>
<AMT>30</AMT>
</item>
<item>
<BILLNO>1</BILLNO>
<product>XYZ</product>
<AMT>20</AMT>
</item>
</customer>
Ich versuche die Summe der verschiedenen Werte mit xslt1.0 zu nehmen. Ich möchte die Ausgabe wie folgt mit muenchian method.each Rechnung wird mehrere Produkte haben. am Ende des Tages muss ich Gesamtzahl der Rechnungen und die GesamtmengeGroßartige Summe verschiedener Werte in xslt1.0
<sales>
<totalbills>2</totalbills>
<totalamount>50</totalamount>
</sales>
Vielen Dank für Hilfe ram