repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Added RedirectUsingNamedRoute
[castle.git]
/
InversionOfControl
/
Castle.Windsor.Tests
/
XmlProcessor
/
TestFiles
/
Pi-ComplexChooseStatementTest.xml
blob
0afc569d261666be6e8cb2759a9f524a5cf9bc68
1
<configuration>
\r
2
<components>
\r
3
<properties>
\r
4
<prop1>prop1value</prop1>
\r
5
</properties>
\r
6
<?if DEBUG?>
\r
7
<component id="debug" att="#{prop1}"/>
\r
8
<?else?>
\r
9
<?if qa?>
\r
10
<component id="qa" att="#{prop1}"/>
\r
11
<?elseif Prod?>
\r
12
<component id="prod" att="#{prop1}"/>
\r
13
<?else?>
\r
14
<component id="default" att="#{prop1}"/>
\r
15
<?end?>
\r
16
<?end?>
\r
17
</components>
\r
18
</configuration>
\r