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
VTS Show Chart not showing SVG Graph...?
you need to install SVG.... if you read the text you see a link to where to download
and you need to enable SVG
and you need to enable SVG
http://www.studmed.dk Portal for doctors and medical students in Denmark
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
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