.NET Framework Bookmark and Share   
 index > Microsoft Codename 'Oslo' > Relation between MGraphXamlReader and "mgx.exe /t:Xaml"
 

Relation between MGraphXamlReader and "mgx.exe /t:Xaml"

I've seen the MGraphXamlReader in action in some samples projects around.

Apparently its output is a lot different than what you get from the mgx compiler using the "Xaml" target.

What is the scope of each of them and how are they related (if at all)?
  • Edited byslyVx Tuesday, July 28, 2009 9:55 AM
  •  
slyVx
OK, the word I've been given is this. The /t:Xaml option is just using XAML as a serialization format for the graph coming out of the compiler. MGraphXamlReader, on the other hand, is interpreting the graph as if it were meant to be a XAML document. There's really not related in any way except that they both deal with XAML.

.Kraig

Kraig Brockschmidt
Sorry there's been no reply to this since last week. I'm working on finding an answer for you.

.Kraig
Kraig Brockschmidt
OK, the word I've been given is this. The /t:Xaml option is just using XAML as a serialization format for the graph coming out of the compiler. MGraphXamlReader, on the other hand, is interpreting the graph as if it were meant to be a XAML document. There's really not related in any way except that they both deal with XAML.

.Kraig

Kraig Brockschmidt
Alright, thanks for your answer.
slyVx

You can use google to search for other answers

Custom Search

More Threads

• Many to many relationship with identity on Text field
• Syntax question - nullable string with max length...?
• Decimal precision mapped into SQL
• Why projecting M to T-SQL and not to some kind of "standard SQL"
• MGrammar Equivalent of Yacc's $$?
• Oslo May 2009 CTP Quadrant Diagam Viewer presents Steps in Reverse Order
• Error message: "(0,0): error: Could not resolve field declaration 'System.Dataflow.ParserFactory"
• How can one generate a Tuple in MGrammar?
• Is there a way to parse a T-SQL select statement with the M runtime?
• Math Mode for IntelliPad with AutoComplete