I'm trying to format numbers inside Cdata tags like below:
My current code:
<ProductPrice><![CDATA[{{ product.price }}]]></ProductPrice>
What it shows:
<ProductPrice>24.9900</ProductPrice>
What I need it to show:
<ProductPrice>24.99</ProductPrice>