Results 1 to 4 of 4

Thread: [Resolved] Generate the following XML from C#

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member toughcoder's Avatar
    Join Date
    Nov 2002
    Location
    Near, Very Near
    Posts
    340

    Resolved [Resolved] Generate the following XML from C#

    Greetings everyone,

    I want to generate the following XML thru C#. Can someone please help me here with the code.

    <ns0:Ims_Request xmlns:ns0="http://IMSProject.IMS_Request">
    <ProductId>10</ProductId>
    <ProductName>ProductName_0</ProductName>
    <Price>10</Price>
    <QtyAvail>10</QtyAvail>
    <QtyReq>5</QtyReq>
    </ns0:Ims_Request>

    I want the C# code to generate a similiar XML with all the tags and namespaces.
    Last edited by toughcoder; Jul 14th, 2007 at 05:13 AM. Reason: issue resolved
    If Not VB Then Exit
    ------------------------------------------------
    visit me @ http://mzubair.50g.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width