I have an issue when using the <xmod:Format /> element for two fields in a template. It's formatting the first, but not showing any data for the second. They are both Numeric fields. The source is thus:
<td>£<xmod:Format Type="Numeric" Value='[[PropCurrentPrice]]' Pattern="c" /></td>
<td>£<xmod:Format Type="Numeric" Value='[[PropOriginalPrice]]' Pattern="c" /></td>
Also, it's not outputting a currency symbol as expected despite me also using OutputCulture="en-GB" as an option, so I have added that into the template manually.
Any help greatly appreciated.
Mike.