Currency?

Subject: Currency?
From: "Brian Thornton" <briant@xxxxxxxxxxxxxxx>
Date: Fri, 10 Nov 2000 18:50:28 -0700
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


Current Thread
  • Currency?
    • Brian Thornton - Fri, 10 Nov 2000 18:50:28 -0700 <=
      • Mike Brown - Fri, 10 Nov 2000 20:26:07 -0700 (MST)