TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mrudul Ganpule
NA
23
25.6k
write a xml code in c#
May 11 2014 3:12 AM
How to write the xml code for the following xml
<SalesReceipt xmlns="http://schema.intuit.com/finance/v3" sparse="false">
<PrivateNote>Customer Sales Receipt</PrivateNote>
<Line>
<Description>Sales only</Description>
</Line>
</SalesReceipt>
Can you please suggest a solution
Thanks you.
Reply
Answers (
2
)
How to implement this in C# ?
Build an object structure for Serilaization and DeSerilaizat