css-File

hi,

I´ve got some Problems with linking to a css-File.

I generate my SVG-Files using Sablotron. Testing on my Windows Client
(using IE 6.0) under my local Apache 1.3 Installation worked fine, but
when I tried to do so via Internet, the generated SVG-File doesnt point
to the CSS-File. But this does exist.
Using IE 6.0, there is not even a request to the webserver, with
Netscape 6.0 there is.
The first lines in my SVG-File are like this:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet xlink:href="script_css/formate_svg.css"
type="text/css"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg xml:space="preserve" xmlns="http://www.w3.org/2000/svg"
onload="Init(evt)" width="1180" height="794">
...

you can also see the SVG-File on http://svg.groess.com

What do I have to change, in order to explain my SVG in such a way, how
it should
look?

Thx a lot
Stefan Größ

Received on Thursday, 15 May 2003 04:56:33 UTC