19 lines
398 B
XML
19 lines
398 B
XML
<?xml version="1.0"?>
|
|
<bindings xmlns="http://www.mozilla.org/xbl"
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
|
|
|
<binding id="prettyprint">
|
|
|
|
<content>
|
|
We are prettyprinting using bindings!!<children/>
|
|
</content>
|
|
|
|
<implementation>
|
|
<constructor><![CDATA[
|
|
alert('prettyprint is cool');
|
|
]]></constructor>
|
|
</implementation>
|
|
|
|
</binding>
|
|
</bindings>
|