|
1 <?xml version="1.0"?> |
|
2 |
|
3 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> |
|
4 |
|
5 <window id="child-iterate-recurse" |
|
6 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
|
7 |
|
8 <vbox flex="1" style="overflow: auto;"> |
|
9 |
|
10 <vbox datasources="257752-1-recursion.rdf" ref="urn:x-rec:1"> |
|
11 <template> |
|
12 <rule> |
|
13 <conditions> |
|
14 <content uri="?uri"/> |
|
15 <member container="?uri" child="?child"/> |
|
16 </conditions> |
|
17 <action> |
|
18 <vbox uri="?child" style="border: 1px solid grey; margin: 1em;"> |
|
19 <label value="hi"/> |
|
20 </vbox> |
|
21 </action> |
|
22 </rule> |
|
23 </template> |
|
24 </vbox> |
|
25 |
|
26 </vbox> |
|
27 |
|
28 </window> |