This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Retrieveing elements and Multiplying the values.


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]