XML into XAML?
WPF
2
Posts
2
Posters
0
Views
1
Watching
-
I'm trying to make an RSS reader in WPF. Everything works fine in terms of getting the data, but when the description is loaded, some websites use XML to format the description and add images, etc. to it. What is the best way to convert the XML code that they use and convert it into something that XAML can use? Thanks.
-
I'm trying to make an RSS reader in WPF. Everything works fine in terms of getting the data, but when the description is loaded, some websites use XML to format the description and add images, etc. to it. What is the best way to convert the XML code that they use and convert it into something that XAML can use? Thanks.