Using xml to feed a silverlight application
- by Aidenn
Hey!
I am building a Silverlight application that should get it's elements from XML defined objects, but I am kinda stuck: how should I feed the Silverlight application with the data in the XML?
What would be a good approach? Can this be done by transforming XML to XAML using XSLT?
Any other suggestion?