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
Fixing an issue with output parameters that are of type IntPtr
[castle.git]
/
InversionOfControl
/
Castle.Windsor.Tests
/
XmlProcessor
/
TestFiles
/
PropertiesWithAttributesTest.xml
blob
926fc17dedc11a4438fc7d537633f86ee7857c48
1
<root>
\r
2
<?define debug?>
\r
3
<properties>
\r
4
<!-- some comment -->
\r
5
<simpleProp>
\r
6
<attributes>
\r
7
<!-- some comment -->
\r
8
<attr1>attr1value</attr1>
\r
9
</attributes>
\r
10
</simpleProp>
\r
11
<complexProp>
\r
12
<attributes>
\r
13
<attr2>attr2value</attr2>
\r
14
</attributes>
\r
15
<grandchild>
\r
16
<attributes>
\r
17
<attr3>attr3value</attr3>
\r
18
</attributes>
\r
19
</grandchild>
\r
20
Some Text
\r
21
</complexProp>
\r
22
</properties>
\r
23
<child attSimpleProp="#{simpleProp}" attCompleProp="#{complexProp}">
\r
24
#{simpleProp}
\r
25
#{complexProp}
\r
26
</child>
\r
27
</root>
\r