Relatively ... but it still needs to be compiled. MXML is not directly displayed; it is first compiled into ActionScript 3.0 and then into typical SWF ... so you cannot serve your users using MXML. However, like almost all programming languages, you can use automatic code generation to facilitate development tasks.
source
share