Is there anyway I can use conditional compilation for mxml markup? The feature is there for AS3(http://blogs.adobe.com/flexdoc/conditionalcompilation.pdf), but I couldn't find anything for mxml.
Specifically, I want to modify urls in HTTPservices and have a few labels only in my debug build. And since we have builds daily, it's painful to change them everyday!

