blob: 5a9d654de6bbbba462031d388c6ea596a55dbd70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="test">
<content>
<!-- Multiple insertion points to force appends to be handled via
ContentInserted -->
<children includes="foo"/>
<children includes="bar"/>
<children/>
</content>
</binding>
</bindings>
|