Youtube data API in XML

saluar

New Member
I'm working with the data api. I want to retrieve data from a specific video.That works with json in php. But I need to do that in Qt, thats why XML is easier because I have done it before and its implented in Qt itself. Qjson is a third party "plugin".So I wonder is there a way that I can get the data in XML instead of Json?If not I was thinking to convert the json to xml in php. Then request that link in Qt.I find some info on websites but no script works perfect with this.This is the json data I want to retrieve in XML.https://gdata.youtube.com/feeds/api/videos/xyF6s6F2tbg?v=2&alt=jsonMany thxSharpless
 
Top