Downloading content from the web

Hi, we have an app that might be a good fit for XAML, but it depend on being able to implement one feature.

Can I download XAML content from the web (say a web service) and load it into my XAML enabled application?

Or even just load the XAML from the file system at run time?

Or does XAML have to be compiled into the application?

[336 byte] By [ChrisBrandsma] at [2008-2-14]
# 1
Your app seems like a perfect fit for "WPF/E" that enables creation of UI element from XAML dynamically (you can use AJAX to fetch it and CreateFromXAML to instantiate).
BarakCohen at 2007-9-4 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) Developer Issues...