I have xml strings in a memory in C program. I need to extract the reponse tag. Any known xml parser or string extractor code out there that works?

Recommended Answers

All 3 Replies

What about parsing a string in "C". So I will have to get the postions of start and end tag and then extarct the strings within the tags.

Any code already written this in C?

Is there a better way of doing this than what I was thinking above?

Member Avatar for iamthwee

That link appears to have all what you could possibly need, for a xml parser in C. Why don't you read the documentation.

If that doesn't interest you, why not write your own?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.