Return-Path: <sentto-1298421-50247-1118389104-chris=w3.org@returns.groups.yahoo.com>
X-Original-To: clilley@homer.w3.org
Delivered-To: clilley@homer.w3.org
Received: from maggie.w3.org (maggie.w3.org [193.51.208.68])
	by homer.w3.org (Postfix) with ESMTP id 3C99F4EF22
	for <clilley@homer.w3.org>; Fri, 10 Jun 2005 03:38:40 -0400 (EDT)
Received: from n15a.bulk.scd.yahoo.com ([66.94.237.32])
	by maggie.w3.org with smtp (Exim 4.50)
	id 1Dge69-0001hY-Rv
	for chris@w3.org; Fri, 10 Jun 2005 07:38:42 +0000
Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lima; d=yahoogroups.com;
	b=lTErMQndUupVCzvA7NdTpPRN+Wr0viZJ+SpOABVhVSPkrt5OMG/fYOjGniSW8Ji3zMPNcvioAgtcIio5EJy5Y41GU84dankZS++qXpO+u/AEPMURHpzpG9aNKKL3+Ivp;
Received: from [66.218.66.58] by n15.bulk.scd.yahoo.com with NNFMP; 10 Jun 2005 07:38:25 -0000
Received: from [66.218.66.28] by mailer7.bulk.scd.yahoo.com with NNFMP; 10 Jun 2005 07:38:25 -0000
X-Yahoo-Newman-Property: groups-email
X-Sender: holger@treebuilder.de
X-Apparently-To: svg-developers@yahoogroups.com
Received: (qmail 81872 invoked from network); 10 Jun 2005 07:38:23 -0000
Received: from unknown (66.218.66.166)
  by m22.grp.scd.yahoo.com with QMQP; 10 Jun 2005 07:38:23 -0000
Received: from unknown (HELO moutng.kundenserver.de) (212.227.126.177)
  by mta5.grp.scd.yahoo.com with SMTP; 10 Jun 2005 07:38:23 -0000
Received: from i3ED6DA99.versanet.de [62.214.218.153] (helo=[192.168.101.109])
	by mrelayeu.kundenserver.de with ESMTP (Nemesis),
	id 0MKwpI-1Dge5p35F8-0000MP; Fri, 10 Jun 2005 09:38:17 +0200
Message-ID: <42A94367.9020108@treebuilder.de>
User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
X-Accept-Language: de-DE, de, en-us, en
To: svg-developers@yahoogroups.com
References: <d8b8ic+52i1@eGroups.com>
In-Reply-To: <d8b8ic+52i1@eGroups.com>
X-Provags-ID: kundenserver.de abuse@kundenserver.de login:e8cd80e2959879e6012d1cefe965d662
X-Originating-IP: 212.227.126.177
X-eGroups-Msg-Info: 1:12:0
From: Holger Will <holger@treebuilder.de>
X-Yahoo-Profile: holger492
Sender: svg-developers@yahoogroups.com
MIME-Version: 1.0
Mailing-List: list svg-developers@yahoogroups.com; contact svg-developers-owner@yahoogroups.com
Delivered-To: mailing list svg-developers@yahoogroups.com
List-Id: <svg-developers.yahoogroups.com>
Precedence: bulk
List-Unsubscribe: <mailto:svg-developers-unsubscribe@yahoogroups.com>
Date: Fri, 10 Jun 2005 09:38:15 +0200
Subject: Re: [svg-developers] Re: sXBL, loading using JavaScript
Reply-To: svg-developers@yahoogroups.com
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-W3C-Hub-Spam-Status: No, score=-1.1
X-W3C-Scan-Sig: maggie.w3.org 1Dge69-0001hY-Rv 7482f9de9500c21a88f4a089f85b2e20
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on homer.w3.org
X-Spam-Level: 
X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham 
	version=3.0.3
X-UIDL: ^RJ"!~!_!!%~V!!M^D!!

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 detail.(and may also differ from the sXBL version) 

the main difference between mozilla XBL  and sXBL , here is , that in 
mozilla , you attach  a binding to a custom element by CSS or javascript.
as far as i understand in sXBL there are no such mechanisms. i agree 
that it would be nice if there were a way to attach a binding via script.

i see one problem with the current proposal, if the only way to attach a 
binding, is by QName matching.

suppose you have these custom elements, and a binding, that renders a 
bar chart from this data. you also have a binding that renders a pie chart.
<valueList>
 <value>10</value>
 <value>20</value>
</valueList>
now suppose you have a few <valueList>s  in your document, and you want 
the user to change  the appearence of every single  <valueList> individualy.
in mozilla, you could use javascript to change the binding for each 
<valueList> , or use combination of CSS-selectors to do so ( as i do in 
this example: http://www.treebuilder.de/svg/xbl/pieChart.xml  )
i wonder how i would do something like that in sXBL. maybe i miss 
something in the spec though.

>
> I suposse the only way I can find out is by asking the authors.
> Anyway, I appreciate your help -you were the only one to reply.
>
> cheers,
> David. 
>
>     

cheers
Holger


-----
To unsubscribe send a message to: svg-developers-unsubscribe@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    svg-developers-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


