Connecting Tech Pros Worldwide Help | Site Map

byte stream to XML c#

Member
 
Join Date: Oct 2008
Posts: 42
#1: Oct 20 '08
hi all....
i am developing a mobile application(windows mobile). my application will be requesting (hitting) a server.. what i'm suppose to get in response is an XML page...
i've written code to accept the response in byte stream..
nw can any one help me to parse it into an Xml file...
thanks in advance.
markmcgookin's Avatar
Moderator
 
Join Date: Dec 2006
Location: Northern Ireland / England
Posts: 546
#2: Oct 20 '08

re: byte stream to XML c#


You need to create a stream reader/writer to write your byte stream to a filestream.
Reply