At the TechEd chalktalk that Ashish and I tag teamed earlier this week, I demo-ed the Woodgrove Financial Application as an XBAP. I also showed loose XAML and an embedded FlowDocument inside of an HTML.
loose XAML with vector graphics (link)
Woodgrove financial app w/ 3D chart as xbap (link)
html page with FlowDocument in IFRAME (link)
Try try out the app.
The last scenario (FlowDocument in HTML) is particularly compelling:
- You can leverage your existing site.
- If you have your article content in XML, it’s easy to create another XSLT transform to XAML.
- Your content continues to be viewable by everyone, with a better experience for WPF users.
[Apr 17]: Karsten posted the source code for the Woodgrove Finance app a while back. Adding links.


