- From: Jon Ferraiolo <jferraio@Adobe.COM>
- Date: Wed, 24 May 2000 13:13:37 -0700
- To: "Herzog, Juergen" <Juergen.Herzog@telekom.de>
- Cc: "'www-svg@w3.org'" <www-svg@w3.org>
- Message-Id: <200005242010.NAA00335@mail-345.corp.Adobe.COM>
Juergen, Two things might explain the problem you are having: 1) The Adobe SVG Viewer does not support the 'view' element yet 2) With current versions of IE, if you have a URL with a fragment identifier (e.g., foo.xxx#aaaa), IE doesn't properly break apart the URL into a two parts. Thus, it looks for a handler for a resource named "foo.xxx#aaaa", instead of looking for a handler for "foo.xxx" and then passing the fragment identifier "aaaa". Thus, if you link to "foo.svg#aaaa", the Adobe SVG Viewer doesn't even get invoked. Jon Ferraiolo SVG Editor Adobe Systems Incorporated At 08:53 AM 5/24/00 +0200, Herzog, Juergen wrote: > > Hi, > > I tried the following with IE4.0 and adobe-plugin: > I have an HTML-page with two frames: > One showing info.html ("infoFrame") and another one showing streets.svg > ("svgFrame"). > > Here is info.html: > > > > Street-List > > > > > <streets.htm#myview>road-geom > <streets.htm#xptr(id('myview'))>road-geom > <streets.htm#svgView(viewBox(50,50,100,100))>road-geom > > > And here is streets.svg: > > <?xml version="1.0" encoding="utf-8"?> > > > > > > > > > > Trying each link in info.html I got these error messages: > "Internet explorer could not open site: ...\streets.svg#myview System could > not find file." > "Internet explorer could not open site: ...\streets.svg#xptr(id('myview')) > System could not find file." > "Internet explorer could not open site: > ...\streets.svg#svgView(viewBox(50,50,100,100)) System could not find file." > > Using a view-element instead of the innermost svg-element brought up the same > result. > > With Netscape Navigator 4.04 I always got the complete document shown in > svgFrame. > The fragment-identifier behind the "#" seems just to be ignored. > > What's wrong here? > > Regards Jürgen > > > ===T= Deutsche Telekom AG > > Zentrale IV-Unterstützung der Prozesse NI > > Projekt Megaplan > > Jürgen Herzog, isys software gmbh > > Mornewegstraße 45a > > Darmstadt > > ---------------------------------------------------------------- > > % Tel.: (06151) 83-6712 > > * Fax: > > * Mailto:Juergen.Herzog@telekom.de > > > >
Received on Wednesday, 24 May 2000 16:11:22 UTC