Re: [xml] How to iterate through...

2008-06-10 Thread Lav Mehrotra
Nima Tiran Sent: Tuesday, June 10, 2008 5:11 AM To: xml@gnome.org Subject: [xml] How to iterate through... I brought a piece of XML file that I'm trying to parse it and somehow I stuck to find a way to iterate through them and collect the properties in each line(element)

Re: [xml] How to iterate through...

2008-06-10 Thread Lav Mehrotra
if (pszAttrContent) xmlFree(pszAttrContent); Lav From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nima Tiran Sent: Tuesday, June 10, 2008 5:11 AM To: xml@gnome.org Subject: [xml] How to iterate through... I brought a piece of XM

Re: [xml] How to iterate through...

2008-06-09 Thread Ashwin
: 2008年6月10日 7:41 To: xml@gnome.org Subject: [xml] How to iterate through... I brought a piece of XML file that I'm trying to parse it and somehow I stuck to find a way to iterate through them and collect the properties in each line(element) I tried to useprint_element_names() functi

[xml] How to iterate through...

2008-06-09 Thread Nima Tiran
I brought a piece of XML file that I'm trying to parse it and somehow I stuck to find a way to iterate through them and collect the properties in each line(element) I tried to useprint_element_names() function in sample code but had no success. I can get the 'element_x' and their properties i