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