parsing an online document (xml file) in gtk
how do i parse an online document (xml file) in gtk, for example the url : http://www.w3schools.com/XML/not开发者_Python百科e.xml contains the xml file.
You will need to use two auxiliary libraries of GTK to do this: libsoup to download the document, and libxml2 to parse it.
精彩评论