Transcription: A really neat feature of most programming languages is the ability to have conditional compilation. In other words, you can identify blocks of your source code and tell the compiler either to compile it or to ignore it based on some condition that you specify. Well, you can do the same thing in XML.