Using xml to feed a silverlight application
Posted
by Aidenn
on Stack Overflow
See other posts from Stack Overflow
or by Aidenn
Published on 2010-04-14T16:33:53Z
Indexed on
2010/04/14
17:33 UTC
Read the original article
Hit count: 237
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?
© Stack Overflow or respective owner