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