blob: abce16ad64193b24851e2a54b8946484626b4857 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="outer">
<content>
<xul:inner>
<xul:label value="Before"/>
<children/>
<xul:label value="After"/>
</xul:inner>
</content>
</binding>
<binding id="inner">
<content>
<children/>
</content>
</binding>
</bindings>
|