CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2005
    Posts
    62

    Unhappy Converting string to XML format

    Hi,
    I have written an web application (ASP.net using C#), in that i am using a web service, i am passing parameters to webservice method & it is returning me the data in string format. I want to convert that string format data into XML format so that i can read that data & i will store into my database.

    can anyone tell me how to do that.

  2. #2
    Join Date
    Jun 2003
    Location
    Toronto
    Posts
    805

    Re: Converting string to XML format

    Check this out. There are many ways to turn strings into XML, it really all depends on how you need the xml and how your reading the resulting xml. You can use Schema Definition files, or you can process it manually. I dont know how the string is looking when you get it or what it HAS to look like in xml but this link should give you a good place to start:

    http://devresource.hp.com/drc/techni...cess/index.jsp

    hth,
    mcm
    rate my posts!
    mcm

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

Featured