Transcription: Conditional compilation or conditional processing is really nothing new. For example, in C and C++ the common way this is done is through what are called ifdef blocks. Java has a similar construct as does Visual Basic as does most languages. Now XMLs is not quite as sophisticated but there are a couple tricks you can do to make life a lot easier if you're doing large include and ignore blocks.