I am interested in using Xaml with a blend expression to create user interfaces in an application. However, due to the limitations of the target architecture, I cannot use WPF or C #.
So, I am interested in any examples / existing projects or tips from anyone who has experience with this technology in using Xaml in it. The "clean" form as a specification language, not related to WPF.
Concrete questions:
1) Is it possible to use Blend + Xaml without WPF elements or without C # support classes?
2) Are there any other implementations of Xaml parsers, etc. that use different architectures, and whether they can work with mixing components or similar tools.
3) Are there alternative editor / designer tools that can help in this situation?
I know MyXaml and MycroXaml projects and have found many resources on the Internet about Xaml, but 99% of them are directly related to WPF. This is great for understanding the concepts of Xaml, but does not help in what I need.
Thank you very much!
source share