xaml+lin
Last post 07-04-2007 2:05 PM by migueldeicaza. 4 replies.
Sort Posts:
06-27-2007 7:43 PM
xaml+lin





 

ssvg

Joined on 06-07-2007
Posts 9
06-28-2007 4:38 AM
Re: Generating XAML on Linux..

The only effort I know of, for porting SIlverlight to Linux is Mono's Moonlight project. I am not sure if it has an API that fulfills your requirements

http://www.mono-project.com/Moonlight 

Thanks
Yasser Makram
My Blog: http://www.silverlightrecipes.com
Sr. Architect
Santeon Inc. Microsoft Silverlight Partner, Solution Provider

y_makram

Joined on 06-07-2007
Cairo, Egypt
Posts 1,123
07-02-2007 5:09 PM
Re: Generating XAML on Linux..

What kind of support you are looking for in terms of generating the content?   Any XML library would do.

 

And if you are brave enough, you do not even need an XML library, a bunch of print/println statements in your Java/Servlet or PHP file will do:

 

print "<Canvas>";

print "    <Rectangle ...";

 That kind of thing

Miguel 

migueldeicaza

Joined on 06-29-2007
Posts 4
07-02-2007 6:39 PM
Re: Re: Generating XAML on Linux..

 Your approach is good for some primitive apps or any prototypes...but not for serious apps. it's like reinventing the wheel.

ssvg

Joined on 06-07-2007
Posts 9
07-04-2007 2:05 PM
Re: Re: Re: Generating XAML on Linux..

Agreed, the above is a primitive way of doing things, but you were not clear on what you wanted initially.   Porting graphviz to generate XAML should be a piece of cake though. 

migueldeicaza

Joined on 06-29-2007
Posts 4