[
Lists Home |
Date Index |
Thread Index
]
> -----Original Message-----
> From: Chiusano Joseph [mailto:chiusano_joseph@bah.com]
> Sent: Thursday, May 15, 2003 5:57 PM
> To: Matthew.Bennett@facs.gov.au
> Cc: xml-dev@lists.xml.org
>
>
> <Payment>300.00</Payment>
> <Currency>USD</Currency>
> <Payment>500.00</Payment>
> <Currency>EUR</Currency>
or approach C
<Payment>
<amount>300</amount>
<currency>USD</currency>
</Payment>
<Payment>
<amount>500</amount>
<currency>EUR</currency>
</Payment>
which makes both your arguments slightly less weighty.
--
PITHY WORDS OF WISDOM
Any simple theory will be worded in the most complicated way.
This posting is provided "AS IS" with no warranties, and confers no
rights.
|