User Profile

Collapse

Profile Sidebar

Collapse
gopal2901
gopal2901
Last Activity: Mar 31 '08, 12:25 PM
Joined: Jan 16 '08
Location: mumbai
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • gopal2901
    replied to write an xml with out using IO operation
    in .NET
    i am sorry that i forgot to write the language. i will keep in mind in future.
    i follow your suggestion and it works. Thanks a lot for your valuable suggestion.
    i have one more question that Is using string as xml format is good option for dealing with xml . or there i should use some other option???
    See more | Go to post

    Leave a comment:


  • gopal2901
    started a topic write an xml with out using IO operation
    in .NET

    write an xml with out using IO operation

    hi
    i want to write an xml with out using IO operation.
    i dont want to write the xml in text file and then read from it.

    for this i have used memory stream, but when i read the data from memory stream i gives wrong xml. some tags are added itsself in xml

    here is the code.

    MemoryStream str = new MemoryStream()
    XmlTextWriter txtwriter = new XmlTextWriter(s tr,System.Text. Encoding.UTF8);...
    See more | Go to post
No activity results to display
Show More
Working...