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
/
ComplexPropertiesTest.xml
blob
5ac72457971ff68d5c7b8fdea978940088319870
1
<root>
\r
2
<properties>
\r
3
<prop1>prop1 value</prop1>
\r
4
<prop2>prop2 value</prop2>
\r
5
<child1>
\r
6
<child attr="#{prop1}">=#{prop2}=</child>
\r
7
</child1>
\r
8
</properties>
\r
9
<properties>
\r
10
<prop3>prop3 value</prop3>
\r
11
<child2>
\r
12
<child>#{prop1} #{prop2} #{prop3}</child>
\r
13
</child2>
\r
14
</properties>
\r
15
#{child1}
\r
16
#{child2}
\r
17
</root>
\r