Helly all!, In a SVG file I have links leading to several different xml files. In some cases, I include a URI/Anchor element and when I click that link I expect to be "scrolled down" to the place in the XML file where I have the specific anchor element/id. This works without problems while working on a web server. It does, however, not work when I run the SVG file locally on my computer (C:/SVG/test.svg). Example: Link in SVG file: <a xlink:href="test.xml#testing"> Destination in XML file: <rubrik id="testing">Heading </rubrik> When I click the link locally, I am forwarded to the xml-file, only not "scrolled down". When I look at the path, the "#testing" part is not included. So, it appears that part is automatically stripped for some reason. Any idea on how to solve this problem?
Thank you, Johan from Sweden ------------------------ Yahoo! Groups Sponsor --------------------~--> Get to your groups with one click. Know instantly when new email arrives http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -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: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

