Hello, je suis debutant et je commence avec ma premiere application Metro.
J'ai suivis ce tutoriel : http://msdn.microsoft.com/fr-FR/library/windows/apps/br211385.aspx mais a chaque fois que j'introduit mon flux RSS il m'indique que à cette ligne
il y a une erreur :
// Get the blog title
feed.title = articleSyndication.selectSingleNode("/feed/title").text;
Voici le lien du flux :
http://microsoftmag.eu/rss.xml
Merci de votre aide
Jeremy
From Spain