[svg-developers] accessing anchors inside a svg

2005-12-09 Thread Thomas Liesner
Hi list, i am absolutly new to svg and try to access elements inside the svg. Waht i have now ist the following, but that won't work. > >"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";> > xmlns="http://www.w3.org/2000/svg"; version="1.1" > xmlns:xlink="http://www.w3.org/1999/x

RE: [svg-developers] accessing anchors inside a svg

2005-12-09 Thread Doug Schepers
Hi, Tom- Unfortunately, you are bumping into a limitation of the available viewers, and possibly a problem with the language. Your example has a flaw, too. I've encountered this before, and have an example [1]. Problem 1: Fragment identifiers (myurl.ext#fragmentID) in IE+ASV get lost when you are

Re: [svg-developers] accessing anchors inside a svg

2005-12-09 Thread Thomas Liesner
Hi Doug, Doug Schepers schrieb: > Problem 1: Fragment identifiers (myurl.ext#fragmentID) in IE+ASV get > lost when you are working locally. So, you can link to a Web-based > resource, but not a local one. This problem doesn't exist in Firefox. > That wouldn't be a problem for a rather closed comm

Re: [svg-developers] accessing anchors inside a svg

2005-12-09 Thread Chris Lilley
On Friday, December 9, 2005, 5:37:27 PM, Doug wrote: DS> Problem 1: Fragment identifiers (myurl.ext#fragmentID) in IE+ASV get DS> lost when you are working locally. So, you can link to a Web-based DS> resource, but not a local one. This problem doesn't exist in DS> Firefox. Its a limitation of th

RE: [svg-developers] accessing anchors inside a svg

2005-12-10 Thread Doug Schepers
Hi, Chris- Chris Lilley wrote: | | DS> Problem 2: There is no specified behavior for how | fragment IDs are | DS> to be treated in SVG. There are many options (it might | translate the | DS> view so that the element is in the top left of the screen, or the | DS> exact center of the screen, or