Re: POSTing to XML...



UPDATE: This is roughly what I want the XML to look like...

<estimate estID="55302" taxRate="6" date="09-30-2008">
<item taxed="1">
<itemDesc>50" Pioneer Plasma TV</itemDesc>
<model>PDP-50</model>
<qty>2</qty>
<price>5000</price>
<itemTotal>10600</itemTotal>
</item>
<item taxed="0">
<itemDesc>8ft Monster HDMI</itemDesc>
<model>Ultra 800</model>
<qty>1</qty>
<price>129.99</price>
<itemTotal>137.79</itemTotal>
</item>
</estimate>

.