[Mono-dev] XAML Parser
Miguel de Icaza
miguel at novell.com
Mon Jan 25 10:03:46 EST 2010
The old XAML parser is available in:
olive/class//PresentationFramework/System.Windows.Markup/
But this does not implement the new System.Xaml.dll API.
There is a very solid XAML parser that we use for Moonlight written in C++:
moon/src/xaml.cpp
I think you could start on the new WF without a parser though, here is a good starting place on hints on how to develop for Mono (it contains some coding standards and rules):
www.mono-project.com/Contributing
www.mono-project.com/SVN
The most important piece is to always write code with tests (as it helps us move the code forward) and to never under any circumstance look at Microsoft code (either the source they published, or using a tool like reflector).
Miguel
>>> Vadivel Kumar 01/25/10 9:03 AM >>>
Quick question -- where can i find source for XAML parser in mono code
base, I am currently planning to start working on Olive WF.
Best Regards,
Vadi
More information about the Mono-devel-list
mailing list