Re: xml parse

2012-05-27 Thread Rudra Banerjee
Thanks Emmanuel and xiaohu
I am new to GTK and C programming. Hence don't know things.
Both of your reply helped me to find things out.
Google said libxml2 is the standard way, where markup is "not so
standard" to parse xml. I think I will stick to libxml2.

On Sun, 2012-05-27 at 11:39 +0530, Rudra Banerjee wrote:
> Friends,
> I have an xml file.
> I want to search its Author and Year from GTK entry.
> The xml file looks like this:
> 
> 
> 
> 
> 
> My
> Collection.enl
> 0
> 
> 
> Banerjee, Mitali
> Banerjee, Rudra
> Majumdar, a.K.
> Mookerjee, Abhijit
> Sanyal, Biplab
> Nigam, a.K.
> 
> 
> 
> 
> Magnetism in NiFeMo disordered alloys: Experiment and theory
> 
> Physica B: Condensed Matter
> 
> 
> Physica B: Condensed Matter
> 
> 4287-4293
> 405
> 20
> 
> Magnetic phases
> Spin glasses
> 
> 
> 2010
> 
> Elsevier
> 10.1016/j.physb.2010.07.028
> 
> 
> 
> internal-pdf://Banerjee et al. - 2010 - Magnetism in NiFeMo disordered
> alloys Experiment and theory.pdf
> 
> 
> 
> 
> http://linkinghub.elsevier.com/retrieve/pii/S0921452610007271
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Is there any xml parser that I can use with GTK2+? google says xml
> parsing can be done with php. What about C?
> 
> Please help.
> 
> ___
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: xml parse

2012-05-27 Thread Emmanuel Thomas-Maurin
What about libxml2?

On 05/27/2012 08:09 AM, Rudra Banerjee wrote:
> Friends,
> I have an xml file.
> I want to search its Author and Year from GTK entry.
> The xml file looks like this:
>
>
> 
> 
> 
> My
> Collection.enl
> 0
> 
> 
> Banerjee, Mitali
> Banerjee, Rudra
> Majumdar, a.K.
> Mookerjee, Abhijit
> Sanyal, Biplab
> Nigam, a.K.
> 
> 
> 
> 
> Magnetism in NiFeMo disordered alloys: Experiment and theory
> 
> Physica B: Condensed Matter
> 
> 
> Physica B: Condensed Matter
> 
> 4287-4293
> 405
> 20
> 
> Magnetic phases
> Spin glasses
> 
> 
> 2010
> 
> Elsevier
> 10.1016/j.physb.2010.07.028
> 
> 
> 
> internal-pdf://Banerjee et al. - 2010 - Magnetism in NiFeMo disordered
> alloys Experiment and theory.pdf
> 
> 
> 
> 
> http://linkinghub.elsevier.com/retrieve/pii/S0921452610007271
> 
> 
> 
> 
> 
> 
> 
> 
>
> Is there any xml parser that I can use with GTK2+? google says xml
> parsing can be done with php. What about C?
>
> Please help.
>
> ___
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
-- 
Emmanuel Thomas-Maurin  

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list