Hello,
How do I get this output?
<MSRP currency="USD">10.00</MSRP>
writer.WriteElementString("MSRP", Convert.ToString(q.ItemPrice1));
writer.WriteAttributeString("currency", "MSRP", "USD");
this is the error:
Token StartAttribute in state Content would result in an invalid XML document.