Next in thread → Next in month →

Re: [xml-dev] XML parser in C

From
Chris Burdess <>
To
Jan Mura <>
Date
2007-04-21T22:10:26Z
ID
<>
Thread
Re: [xml-dev] XML parser in C
Jan Mura wrote:
> I am to work on a program for my employeer and I would like to have  
> the config files and error logs in XML format. I would like to ask  
> it is it better way to write my own parse or use some existing API  
> like?
> I write it in C language.

See http://xmlsoft.org/ and http://www.tbray.org/ongoing/genx/ or  
http://www2.autistici.org/bakunin/libnxml/doc/

> Also would like to know, if there is someone with experience with  
> parsing of mathematical expressions. I want to have expressions in  
> my config files and use them in condition in C source. It means if  
> there is something like
> x == y
> in a config file I want to have a condition with this expression as  
> it is.
> So the condition will look like
>
> IF (x == y) ...

That is not relevant to this mailing list.
Next in thread → Next in month →