cast
06-20-2004, 11:45 PM
Hi,
Does anybody know which ASV version supports SVG 1.2? Im looking for it but I dont know where is it available or if it exists.
Also I have some questions ...
Im working with JSP's and SVG, I have one JSP that is supposed to return a SVG document. It doesnt seem to work, I have only a HTML document with this source code:
"<p>&</p>"
I dont know whats happenin, I think that Im not calling the ASV plugin. I set the content type of the JSP response to "image/svg+xml" with this line:
<%@ page contentType="image/svg-xml" %>
Also, also I have another problem, I have to change continusly a SVG document in the browser, I have to add information into one SVG document viewed in the Browser. Basically Im trying to do a kind of monitor tool. Im using the HTML tag "Refresh" but it refreshes all the browser information and the appareance is really bad.
Does anyone have any suggestions or recommendations about these topics? ...
I'll really apreciate any help in these... Thanks ...
Regards ...
Does anybody know which ASV version supports SVG 1.2? Im looking for it but I dont know where is it available or if it exists.
Also I have some questions ...
Im working with JSP's and SVG, I have one JSP that is supposed to return a SVG document. It doesnt seem to work, I have only a HTML document with this source code:
"<p>&</p>"
I dont know whats happenin, I think that Im not calling the ASV plugin. I set the content type of the JSP response to "image/svg+xml" with this line:
<%@ page contentType="image/svg-xml" %>
Also, also I have another problem, I have to change continusly a SVG document in the browser, I have to add information into one SVG document viewed in the Browser. Basically Im trying to do a kind of monitor tool. Im using the HTML tag "Refresh" but it refreshes all the browser information and the appareance is really bad.
Does anyone have any suggestions or recommendations about these topics? ...
I'll really apreciate any help in these... Thanks ...
Regards ...