Hi, I'm using Expat to parse XML, and I have an array of attributes for an element. I need to be able to loop through them all, and get their values, I don't know the array size, and it's a multidimensional array, so I couldn't do
int count = sizeof(array)/sizeof(char);
Please help.....
The array looks like this:
char **atts
.