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)
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
: 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
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