Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <?xml version="1.0"?>
2 <bindings xmlns="http://www.mozilla.org/xbl"
3 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
5 <binding id="outer">
6 <content>
7 <xul:inner>
8 <xul:label value="Before"/>
9 <children/>
10 <xul:label value="After"/>
11 </xul:inner>
12 </content>
13 </binding>
15 <binding id="inner">
16 <content>
17 <children/>
18 </content>
19 </binding>
21 </bindings>