Available now on CPAN is an update to AxKit-XSP-Currency, a currency formatting and conversion taglib.

Other than test cleanups and typo fixes since its initial release, version 0.08 now supports currency conversion via Finance-Currency-Convert-WebserviceX.

Here's the current tag heiararchy for the curious:

<currency:format code="USD|CAD|..." options="FMT_STANDARD|FMT_COMMON|..." 
price="10.95">
        <currency:code></currency:code>
        <currency:options></currency:options>
        <currency:price>10.95</currency:price>
        <convert:price>
                <currency:convert from="USD|CAD|JPY|..." price="10.95" 
to="CAD|JPY|...">
                        <currency:from></currency:from>
                        <currency:price></currency:price>
                        <currency:to></currency:to>
                </currency:convert>
        </convert:price>
</currency:format>
<currency:symbol code="USD|CAD|..." options="SYM_HTML|SYM_UTF">
        <currency:code></currency:code>
        <currency:options></currency:options>
</currency:symbol>
<currency:convert from="USD|CAD|JPY|..." price="10.95" to="CAD|JPY|...">
        <currency:from></currency:from>
        <currency:price</currency:price>
        <currency:to></currency:to>
</currency:convert>

-=Chris



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to