[svg-developers] Re: use tag and unique IDs

2006-02-09 Thread domenico_strazzullo
the g... Works fine for me... Peter Kalev Senior Developer, SWF, LLC -Original Message- From: Sean [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 11:21 AM To: svg-developers@yahoogroups.com Subject: Re: [svg-developers] Re: use tag and unique IDs I

Re: [svg-developers] Re: use tag and unique IDs

2006-02-09 Thread Sean
:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 11:21 AM To: svg-developers@yahoogroups.com Subject: Re: [svg-developers] Re: use tag and unique IDs I should say navigate the use element. I realize that it is read only, but I can't figure out how to do that. Thanks. Sean

Re: [svg-developers] Re: use tag and unique IDs

2006-02-09 Thread Sean
, 2006 11:21 AM To: svg-developers@yahoogroups.com Subject: Re: [svg-developers] Re: use tag and unique IDs I should say navigate the use element. I realize that it is read only, but I can't figure out how to do that. Thanks. Sean wrote: Does any one have examples of using SVGUseElement

Re: [svg-developers] Re: use tag and unique IDs

2006-02-08 Thread Sean
Hi Alastair, Thanks for the input. I figured as much with the id, but getElementByName didn't work either. I was hoping that something would work. I tried the childNodes and firstChild, but nothing works. objet.childNodes.length returns 0, which appears to mean that the child nodes under

Re: [svg-developers] Re: use tag and unique IDs

2006-02-08 Thread Sean
Does any one have examples of using SVGUseElement SVGElementInstance? Thanks. Sean Sean wrote: Hi Alastair, Thanks for the input. I figured as much with the id, but getElementByName didn't work either. I was hoping that something would work. I tried the childNodes and firstChild, but

Re: [svg-developers] Re: use tag and unique IDs

2006-02-08 Thread Sean
I should say navigate the use element. I realize that it is read only, but I can't figure out how to do that. Thanks. Sean wrote: Does any one have examples of using SVGUseElement SVGElementInstance? Thanks. Sean Sean wrote: Hi Alastair, Thanks for the input. I figured as much

RE: [svg-developers] Re: use tag and unique IDs

2006-02-08 Thread Peter Kalev
-developers@yahoogroups.com Subject: Re: [svg-developers] Re: use tag and unique IDs I should say navigate the use element. I realize that it is read only, but I can't figure out how to do that. Thanks. Sean wrote: Does any one have examples of using SVGUseElement SVGElementInstance? Thanks. Sean

Re: [svg-developers] Re: use tag and unique IDs

2006-02-08 Thread Sean
: Re: [svg-developers] Re: use tag and unique IDs I should say navigate the use element. I realize that it is read only, but I can't figure out how to do that. Thanks. Sean wrote: Does any one have examples of using SVGUseElement SVGElementInstance? Thanks. Sean Sean wrote

RE: [svg-developers] Re: use tag and unique IDs

2006-02-08 Thread Peter Kalev
@yahoogroups.com Subject: Re: [svg-developers] Re: use tag and unique IDs I can get the use tag, I want to be able to navigate the use tag. I have the use referencing a g tag with several elements under the g tag. I want to be able to navigate those elements. I'm coming to the conclusion that it can't

Re: [svg-developers] Re: use tag and unique IDs

2006-02-08 Thread Jeff Rafter
... Works fine for me... Peter Kalev Senior Developer, SWF, LLC -Original Message- From: Sean [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 11:21 AM To: svg-developers@yahoogroups.com Subject: Re: [svg-developers] Re: use tag and unique IDs I should say navigate

[svg-developers] Re: use tag and unique IDs

2006-02-07 Thread Alastair Fettes
You've made a fundamental mistake. 1. The idea behind a defs section is to resuse (have multiple copies) of an definition. 2. The idea of an ID attribute is to only have one attribute with a specific value document wide (see xs:ID type - http://www.w3.org/TR/xmlschema-2/#ID). So therefore