Re: [svg-developers] Re: sXBL, loading using JavaScript

2005-06-07 Thread Holger Will
inf_demo schrieb: > --- In svg-developers@yahoogroups.com, Holger Will <[EMAIL PROTECTED]> > wrote: > > as far as i understand it , binding is done via a match of the > element- > > attribute with the local name of an element. so i think creating > your > > definition, and then do myXBLElement.app

Re: [svg-developers] Re: sXBL, loading using JavaScript

2005-06-09 Thread Holger Will
inf_demo schrieb: > Hi Holger, > > I am not David...at least not at the moment, I think. ;-) > > My answer was more geared to applying the xbl definitions. I thought > that was what David wanted to get at. So it is quite possible that my > answer was besides the point. Sorry. no Problem... che

Re: [svg-developers] Re: sXBL, loading using JavaScript

2005-06-10 Thread Holger Will
goku5z schrieb: > I checked Mozilla XBL documentation, and it seems that all the > definitions are loaded into a DocumentXBL. A template should be > copied from this docmnt and attached to the custom element. The > DocmntXBL could be created/modified programatically, but it doesn't > get much into

RE: [svg-developers] Re: sXBL, loading using JavaScript

2005-06-10 Thread Peter Schonefeld
ou think? Pete -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of Holger Will Sent: Friday, June 10, 2005 5:38 PM To: svg-developers@yahoogroups.com Subject: Re: [svg-developers] Re: sXBL, loading using JavaScript suppose you have these custom

Re: [svg-developers] Re: sXBL, loading using JavaScript

2005-06-10 Thread Holger Will
Peter Schonefeld schrieb: > Hi Holger, > > If you use a handler on the xbl:bound event for a particular binding, > don't > you (as the binding's developer) have script access to the the custom > content and also full control of relevant shadow tree? So the document > author need only write: > >

RE: [svg-developers] Re: sXBL, loading using JavaScript

2005-06-10 Thread Peter Schonefeld
@yahoogroups.com Subject: Re: [svg-developers] Re: sXBL, loading using JavaScript a solution avoiding binding via script, would be to allow CSS Selectors or XPath on definition-elements element Attribute. so i could do something like this

Re: [svg-developers] Re: sXBL, loading using JavaScript

2005-06-11 Thread Holger Will
groups.com > [mailto:[EMAIL PROTECTED] Behalf Of Holger Will > Sent: Saturday, June 11, 2005 1:27 AM > To: svg-developers@yahoogroups.com > Subject: Re: [svg-developers] Re: sXBL, loading using JavaScript > > > a solution avoiding binding via script, would be to allow CSS Sele

RE: [svg-developers] Re: sXBL, loading using JavaScript

2005-06-12 Thread Mark Birbeck
Holger, > a solution avoiding binding via script, would be to allow CSS > Selectors or XPath on definition-elements element Attribute. > so i could do something like this: > > > > > > > > > > > > > We do something similar, excep

Re: [svg-developers] Re: sXBL, loading using JavaScript

2005-06-13 Thread Holger Will
Mark Birbeck schrieb: > Holger, > > > a solution avoiding binding via script, would be to allow CSS > > Selectors or XPath on definition-elements element Attribute. > > so i could do something like this: > > > > > > > > > > > > > > > > > > > > >