XML and C

L

lancer6238

Hi,

I'm curious to know if it is possible to write C programs that could
read from a XML document. And since I understand that XML documents
are usually parsed by applications at run-time, perhaps it is even
possible to have the program change its behavior based on updates to
the XML document?

Or maybe there already are tools available for this purpose?

Thank you.

Regards,
Rayne
 
M

Martin Honnen

I'm curious to know if it is possible to write C programs that could
read from a XML document. And since I understand that XML documents
are usually parsed by applications at run-time, perhaps it is even
possible to have the program change its behavior based on updates to
the XML document?

There are lots of XML parser implementations in C or C++:
http://expat.sourceforge.net/
http://www.xmlsoft.org/
http://xerces.apache.org/#xerces-c
http://msdn.microsoft.com/en-us/library/ms752872(VS.85).aspx
I am sure there are others, I just tried to name a few well known ones.
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top