1
edit
Changes
XBL
,→XBL Elements
:'''Bindings'''
::The '''Bindings''' element contains many Binding elements.
'''DTD decleration'''
<pre>
<!ELEMENT bindings ( binding* ) > [ where * indicates zero or more of the binding element]
</pre>
'''XML representation'''
<pre>
<bindings ...>
<binding id="binding1">
>
</pre>
=Resources/Examples=