Creating XML document from TCP/IP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an application the contains an asynchronous client socket. The
application uses the BeginReceive to specify the callback function and the
byte array buffer for the received data.

The data recieved into my byte array buffer contains a byte representation
of a string (sent by my server). The string contains XML formatted text. For
example:

"<P><D><S><C>0</C><V>5555</V></S></D></P>"

I need to quickly/efficently convert the byte data received into an XML
document. The XML conversion does not have to be validated.

I've spent several hours reading the XML help documentation and there's so
much information I'm not sure where to start! Any help would be greatly
appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top