Subject: Retrieveing elements and Multiplying the values.
From: "Garry Fisher" <gfisher@xxxxxxxxxxxxx>
Date: Thu, 6 Apr 2000 14:06:16 +0100
|
I am new to XML/XSL and I am struggling with the following problem.
I have the following XML document.
<BaseItemDetail>
<SupplierPartNum>
</SupplierPartNum>
<Quantity>
<Qty>
2
</Qty>
</Quantity>
<BuyerExpectedUnitPrice>
<Price>
<UnitPrice>
55000
</UnitPrice>
</Price>
</BuyerExpectedUnitPrice>
</BaseItemDetail>
I want to use XSL to retrieve the quantity and unit price then I want to
multiply the 2 values and output the result in an HTML document. Any help
would be much appreciated.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|