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


_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to