blob: 80e6cf4776901a7bbd99fb3d37ac7e9a0c2d6925 (
plain)
1
2
3
4
5
6
7
8
|
<bindings xmlns="http://www.mozilla.org/xbl"
xmlns:html="http://www.w3.org/1999/xhtml">
<binding id="foo">
<implementation>
<field name="bar">baz</field>
</implementation>
</binding>
</bindings>
|