Added RedirectUsingNamedRoute
[castle.git] / InversionOfControl / Castle.Windsor.Tests / XmlProcessor / TestFiles / PI-IfStatementTest.xml
blobfa8077efe7ca96c374e77c616278ec7d8c1aeea7
1 <?pi instruction will also be removed ?>\r
2 <!-- some comments here, this should be removed by the xsl -->\r
3 <configuration>\r
4         <?define debug ?>\r
5         <?define qa ?>\r
6 \r
7         <components>\r
8                 <?if DEBUG?>\r
9                         <component id="debug">\r
10                                 <item> some value </item>\r
11                                 <item2><![CDATA[ some <&> value2 ]]></item2>\r
12                         </component>\r
13                 <?else?>\r
14                         <component id="notdebug"/>\r
15                 <?end?>\r
17                 <?if Qa?>\r
18                         <component id="qa"/>\r
19                 <?else?>\r
20                         <component id="notqa"/>\r
21                 <?end?>\r
23                 <?if Prod?>\r
24                         <component id="prod"/>\r
25                 <?else?>\r
26                         <component id="notprod"/>\r
27                 <?end?>\r
29                 <component id="default"/>\r
30         </components>           \r
32 </configuration>\r