[svg-developers] How to link views using element ID in SVG?

2005-08-03 Thread Ahmed Salman
Hi! I want to link to a particular view of SVG document by referring an element ID like a xlink:href=SVGDoc.svg#elementID. But IE 6.0 gives me the error message that it cannot find the file. Make sure the path is correct. However when I access a xlink:href=SVGDoc.svg, then browser links with the

Re: [svg-developers] How to link views using element ID in SVG?

2005-08-03 Thread Holger Will
Ahmed Salman schrieb: Hi! I want to link to a particular view of SVG document by referring an element ID like a xlink:href=SVGDoc.svg#elementID. But IE 6.0 gives me the error message that it cannot find the file. Make sure the path is correct. However when I access a

Re: [svg-developers] How to link views using element ID in SVG?

2005-08-03 Thread Thomas DeWeese
Holger Will wrote: Ahmed Salman schrieb: I want to link to a particular view of SVG document by referring an element ID like a xlink:href=SVGDoc.svg#elementID. you would use a view Element or the svgView keyword like this: MyDrawing.svg#svgView(viewBox(0,200,1000,1000)) for detaild

Re: [svg-developers] How to link views using element ID in SVG?

2005-08-03 Thread Holger Will
Thomas DeWeese schrieb: Holger Will wrote: Ahmed Salman schrieb: I want to link to a particular view of SVG document by referring an element ID like a xlink:href=SVGDoc.svg#elementID. you would use a view Element or the svgView keyword like this: