Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8601437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T01:50:33+00:00 2026-06-12T01:50:33+00:00

I have a client program which sends the XML data to my server program.

  • 0

I have a client program which sends the XML data to my server program.
The server needs to parse the XML data.
I am using C language with Linux.

Is there any API available to parse XML from sockets directly?
otherwise how could I know whether the XML transfer is completed or not?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T01:50:35+00:00Added an answer on June 12, 2026 at 1:50 am

    As I tried to explain above: when you use “raw sockets”, you’ll read at most a buffer at a time. You won’t necessarily read the whole document in one socket read; you might not even get a complete line. You need to copy the data a buffer at a time, in a loop, until you get all the text you need. This complicates parsing 🙂

    Expat is a stream-oriented parser – that will probably help.

    SAX is an “event driven” parser. You can use a SAX wrapper around Expat, you can also use any of many other choices, including libXML and Xerces.

    The main point is that 1) reading your data (from the network), and 2) parsing your data are two separate activities.

    For learning sockets, I’d strongly recommend Beej’s Most Excellent “Network Programming Guide”:

    • http://beej.us/guide/bgnet/

    For learning Expat, here’s a good tutorial:

    • http://www.xml.com/pub/a/1999/09/expat/index.html

    ‘Hope that helps..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have socket program which sends a file from socket client to socket server
I have a Client program by tcp connection that send data to a server.
I am using node.js socket.io-client and socket.io . I have a javascript program which
I have written a simple server - client program with Swing interface using singleton
I have a linux applications which sends data over UDP protocol. It uses these
I have a client-server program. I'm sending data like this: private void Sender(string s,TcpClient
I have a program that sends requests to a server. There are many different
I have a client/server program in TCP written in C, and I would like
all. I'm having a bit of weird problem with client server program. I have
I have a program using odac(11.2) and oracle client 11.2. Now I want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.