1
edit
Changes
XBL
,no edit summary
::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"> <binding> <binding id="binding2"> <binding></bindings></pre>
:'''Binding'''
::The '''Binding''' element describes a single XBL binding and can add (anonymous content, fields, properties, methods and event handlers) to any html or xml element.::
<pre>
<!ENTITY % binding-content "(content?,implementation?,handlers?)">