saturn-vk
01-14-2005, 11:00 AM
Does anyone know of any parsing tutorials in C, preferably for xml & gtk, so I can use xml style config files for my program? I've looked into g_markup_parse_context_* but I have no idea how to use it. It should be all I need, but I couldn't figure out how it does things. So could someone point me out to a simple example that uses this or any other method of parsing xml (a really simple one is all I need, that shows me how the file is parsed and different variables are obtained)