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]

Currency?


Is it possible to take a number in XML and convert to curreny US dollars? In
this instance I have Price of "20.0" I want 20.00? Thanks.

-Brian
XML:
<deliveryFacadeXML>
<head userId="DeliveryASPSuperUser" orgId="DeliveryASP"/><response>
<dataSet>
<AvailabilityReturn trackingId="058457216769075">
<DeliveryOptions>
<DeliveryOption>
<OrgId>123</OrgId>
<OptionDescription>one hour delivery</OptionDescription>
<Price>20.0</Price>
<TimewindowStart>2000-11-10 18:38:35.079</TimewindowStart>
<Timespan hours="1" minutes="0"/></DeliveryOption>
<DeliveryOption>
<OrgId>123</OrgId>
<OptionDescription>four hour delivery</OptionDescription>
<Price>5.5</Price>
<TimewindowStart>2000-11-10 18:38:35.079</TimewindowStart>
<Timespan hours="4" minutes="0"/></DeliveryOption>
</DeliveryOptions>
</AvailabilityReturn>
</dataSet>
</response>
</deliveryFacadeXML>


 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]