Build announced that Xaml will be compiled. This affects my work a bit. We do reading and editing XAML files inside Appx packages. So, I downloaded the previews and made a quick sample application, and, indeed, no XAML file is visible. Instead, I have this weird .xbf file for every XAML page. Using a hex editor, I can see familiar things, such as XML namespaces for XAML, but this is not like BAML, so there is no documentation for it. A completely new format.
Is there (or will be) Microsoft release some form of documentation about this new binary XAML format?
Earlz source share