Return-Path: <sentto-1298421-50269-1118467131-chris=w3.org@returns.groups.yahoo.com>
X-Original-To: clilley@homer.w3.org
Delivered-To: clilley@homer.w3.org
Received: from bart.w3.org (bart.w3.org [128.30.52.40])
	by homer.w3.org (Postfix) with ESMTP id 858724F034
	for <clilley@homer.w3.org>; Sat, 11 Jun 2005 01:19:12 -0400 (EDT)
Received: from n13a.bulk.scd.yahoo.com ([66.94.237.24])
	by bart.w3.org with smtp (Exim 4.50)
	id 1DgyOh-0006pV-VZ
	for chris@w3.org; Sat, 11 Jun 2005 05:19:12 +0000
Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lima; d=yahoogroups.com;
	b=eZpHmAfcj5x83JPwpkOGsjmAm+tHcZNr9dcm1QCayaX9LvTpP4YP4bnRDnwOavxh8Peaff6mmVVM87UigmWr89nMd8oq62pJQe1v1CoCalGxpLI/OEdgzBr2qbE7MBI5;
Received: from [66.218.69.1] by n13.bulk.scd.yahoo.com with NNFMP; 11 Jun 2005 05:18:52 -0000
Received: from [66.218.66.31] by mailer1.bulk.scd.yahoo.com with NNFMP; 11 Jun 2005 05:18:52 -0000
X-Yahoo-Newman-Property: groups-email
X-Sender: peter.schonefeld@bigpond.com
X-Apparently-To: svg-developers@yahoogroups.com
Received: (qmail 34808 invoked from network); 11 Jun 2005 05:18:50 -0000
Received: from unknown (66.218.66.172)
  by m25.grp.scd.yahoo.com with QMQP; 11 Jun 2005 05:18:50 -0000
Received: from unknown (HELO omta02sl.mx.bigpond.com) (144.140.93.154)
  by mta4.grp.scd.yahoo.com with SMTP; 11 Jun 2005 05:18:50 -0000
Received: from red5 ([203.51.201.49]) by omta02sl.mx.bigpond.com with SMTP
          id <20050611051849.LPFI11346.omta02sl.mx.bigpond.com@red5>
          for <svg-developers@yahoogroups.com>;
          Sat, 11 Jun 2005 05:18:49 +0000
To: svg-developers@yahoogroups.com
Message-ID: <MLEOIJCPDKMMGACMJGHDAEJHGNAA.peter.schonefeld@bigpond.com>
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0)
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
In-Reply-To: <42A9B14B.3070204@treebuilder.de>
Importance: Normal
X-Originating-IP: 144.140.93.154
X-eGroups-Msg-Info: 1:12:0
From: "Peter Schonefeld" <peter.schonefeld@bigpond.com>
X-Yahoo-Profile: pschonefeld
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: Sat, 11 Jun 2005 15:18:41 +1000
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=0.0
X-W3C-Scan-Sig: bart.w3.org 1DgyOh-0006pV-VZ ccf5008eba4c8bda88286abbb6c74653
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=BAYES_00 autolearn=ham 
	version=3.0.3
X-UIDL: OFI"!Fd_!!)U3"!mM%"!

Hi Holger, From your example I can see that the XPath expression becomes
very useful. I wonder why it is missing??

Pete



-----Original Message-----
From: svg-developers@yahoogroups.com
[mailto:svg-developers@yahoogroups.com]On 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 Selectors
or XPath on definition-elements  element Attribute.
so i could do something like this:

   <xbl:xbl>
    <xbl:definition element="/*//valueList[@chartType='bar']">
     <xbl:template>
      <!-- svg elements making up a bar Chart -->
     </xbl:template>
    <xbl:/definition>
    <xbl:definition element="/*//valueList[@chartType='pie']">
     <xbl:template>
      <!-- svg elements making up a bar Chart -->
     </xbl:template>
    <xbl:/definition>
   </xbl:xbl>




-----
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/
 


