Click here to Skip to main content
15,920,438 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
<SellingStatus>
                    <ConvertedCurrentPrice currencyID="USD">153.68</ConvertedCurrentPrice>
                    <CurrentPrice currencyID="GBP">99.0</CurrentPrice>
                </SellingStatus>


PLZ USED in XMLWRITER class
Posted
Updated 12-Jul-12 3:50am
v2

1 solution

Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...

A very quick search gave the MSDN XmlTextWriter definiton, which includes sample code to do it: http://msdn.microsoft.com/en-us/library/system.xml.xmltextwriter.aspx[^]

In future, please try to do at least basic research yourself, and not waste your time or ours.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900