WPF/E is much more closer to SVG than the full fledged WPF, in that it runs "loose markup" with a scripting model, in a browser. The Full Fledged WPF really requires a compilation step before it is very useful.
SVG Model 1) User in Browser points to an URL that might be HTML and/or SVG. 2) Files (HTML, SVG, JS, CSS) are returned, rendered, and the scripts are activated. Javascript can manipulate the SVG DOM to do stuff 3) User is in Business WPF/E Model 1) User in Browser points to an URL that might be HTML and/or XAML. 2) Files (HTML, XAML, JS) are returned, rendered, and the scripts are activated. Javascript can manipulate the WPF/E DOM to do stuff 3) User is in Business Check it out, you might find it interesting Kevin ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

