Changes

Jump to: navigation, search

XBL

770 bytes removed, 22:35, 5 October 2006
XBL Elements
=How does XBL work?=
==XBL Elements==
:'''Bindings'''
::The '''Bindings''' element contains many Binding elements.
::Also can store contain script and stylesheet 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.
::The '''Binding''' element has the ability to add additional methods to an element.
::The '''Binding''' element has the ability to add additional or modify the properties of an element.
::'''DTD decleration'''
::<pre><!ELEMENT binding ...><!ATTLIST binding id ID #REQUIRED></pre>
=Resources/Examples=
1
edit

Navigation menu