Re: Proposal to extend (s)XBL definition elements

There is already a way to do attribute forwarding in XBL1 and looking at 
the current work in progress of XBL2 (the full one, not sXBL) I see that 
this will remain.

http://www.hixie.ch/specs/xbl/XBL2.html#attribute1

<xbl:binding id="fileUploadControl">
   <xbl:template>
     <html:input type="text" xbl:inherits="value"/>
     <html:input type="button" value="Browse..."/>
   </xbl:template>
</xbl:binding>


erik

Received on Tuesday, 28 September 2004 09:36:34 UTC