VTS Show Chart not showing SVG Graph...?

If you've problems with unsupported - non official ;-) - functionalities use this forum please.
Post Reply
rtilghman
Posts: 107
Joined: Tue 1. Mar 2005, 17:22

VTS Show Chart not showing SVG Graph...?

Post by rtilghman »

Got my VTS install up and running, and everything seems to be working fine. However, when I click on the "show chart" link anywhere in the VTS page it launches a small window with nothing but code in it. The following is a snippet:

<desc content="structured text">SVG-Chart generated by VTS-MOD.</desc>
- <defs>
- <script type="text/javascript" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="other" xlink:actuate="onLoad">
- <![CDATA[


Essentially I'm seeing the code for the page, and its as though the rendering never takes place...? Anyone know whats up? This happens in both IE and FF, and I've tested my SVG install on Adobe's website with both browsers, so I know it isn't plug-in related.

Any and all help is appreciated.

Thanks,
Rick
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

you need to install SVG.... if you read the text you see a link to where to download

and you need to enable SVG
http://www.studmed.dk Portal for doctors and medical students in Denmark
rtilghman
Posts: 107
Joined: Tue 1. Mar 2005, 17:22

Post by rtilghman »

Like I said, I've installed SVG in all my browsers, and when I visit the Adobe test page (located at http://www.adobe.com/svg/viewer/install/svgtest.html) I see all three balls perfectly. The problem is NOT with my web browsers or with the installation of the SVG executable.

I also found a post discussing file association problems, so I inserted:

AddType image/svg+xml svg
AddType image/svg+xml svgz

Into the htaccess file in the top of my PHPwcms installation. However, it still doesn't work, and I still see only the XML code for the graph page... no matter what I do I can't get it to render.

Any other thoughts? Thanks for the prompt reply.

Best,
Rick
Post Reply