Hello Pierre We faced the same problem, ie, developping a web site using SVG which can be seen on Windows (of course) and on Mac and Linux. That's why we...
Hi, All. I'm designing web interface using numerous svgs as controls. Some times my interface explodes with stack overflow error. Through the debuging I've...
Hello, I would like to run two servers. One is serving svg pages and the other is only used to upload and serve data (jpeg files for instance). Now I cannot...
Hi, with Adobe SVG viewer within a webbrowser it is not possible. The same security limitations apply to webbrowsers and flash as well. you have to use the...
... Just to be sure : The Webserver which serves the svg that makes a javascript GetURL call must be a proxy server of the server that serves files fetched...
Hi. there is no reason why a server side script cannot access a second server to obtain information, then return this to the client. so instead of attepting...
... I see, but if you stuff Batik into an applet and embed that in an HTML page you are first of all getting an SVG viewer that is not connected with the...
... you would have to do the getUrl to the server that served the initial SVG file. And a serverside script on the first server would request the data from the...
Actually, there are many easy ways to get HTML<->Applet<->Batik communications working reliably, across many browsers. In actuality, what you want is...
Hi, I am using the function printNode on IE using ASV 3. alert(printNode(SVGDocument)); But i get an error -> Object Expected. Please let me know the problem....
While checking/ implementing SVG Tiny 1.2 DOM I got several questions: 1. THE COLOR TRAITS In the A.2.6 Attribute and Property Access is written "Trait is the ...
I have not been able to find a schema (.xsd) for SVG. The 1.1 spec has a DTD, and 1.2 seems to use RelaxNG...Was .xsd just skipped? If not, does anyone have...
Leonard Rosenthol
leonardr@...
Sep 1, 2004 3:27 pm
44241
hi guys, i was wondering if there is anyway i could creating a SVG document using JavaScript similar to how you can create an xml document using JSP. thanks ...
... The RNG in the 1.2 draft isn't complete and has some bugs but you should be able to use Trang to convert it to XSD. The final spec will have XSD but not...
On Wednesday, September 1, 2004, 5:27:55 PM, Leonard wrote: LR> I have not been able to find a schema (.xsd) for SVG. LR> The 1.1 spec has a DTD, and 1.2 seems...
Hi, Is it possible to "document.write" text into an SVG element in order to dynamically modify its content from a javascript script running on the client...
... Funny you should use that as an example - as that was EXACTLY the reason that I was looking for the SVG Schema ;). I am working on writing some proposals...
Leonard Rosenthol
leonardr@...
Sep 1, 2004 4:19 pm
44248
Hi, Is there any way i can debug my javascript+svg at Runtime as it is rendered on the browser. Please let me know S.Pavan Kumar ...
Pierre, Yes, it is very possible. There are some sticky points to consider though as most browsers do not support inline SVG and rely on third party helper...
hey, i need some help. so I can modify the Adobe SVG Viewer Menu, but how can I execute the funktions in the Viewer? like 'save as'?? I want a JavaScript that...
Hello, The first working draft of SVG's XML Binding Language (sXBL) has been released today. This replaces RCC, and has been split off into a separate...
... For me, HTML<-->SVG script communication is essential. It works fine in ASV3/IE, but does anyone know of plans for it to be implemented in ASV3 with...