There is no way in SVG alone. You must use Javascript and the manipulate the DOM. Else use XSLT to transform the SVG to a new SVG. Maybe the SVG 1.2 (in draft)...
Hi, If you don't need to convert hundreds of files, you can do it manually by doing the following: -right click on the svg drawing opened within asv -choose...
Hello! Just read that Mozilla, Opera and Apple as well as some other companies started to work on a new browser plugin API that should be standardized on their...
... parseXML is the relevant bit, and in fact once you've parsed it the rest of your code will likely work without change. http://jibbering.com/rdf-parser/ is...
... Yet another of your sad, sad little speech tricks JD. You know no one's going to go to the archives. It's a pity, a thorough scan might tell us which...
Hi, I just posted my executive summary of "SVG in Flex" after all the discussions and input from Macromedia people. You can read it in my SVG.org journal: ...
In keeping with my overuse of metaphors... "I see the glass half full while you see it half empty..." While I understand some of the "paranoia" relative to...
Not complaining, just for the record. I've got the ASV6 beta, and the javascript in my SVG can't access the HTML document that contains it. Previously (ASV3),...
Rick Bullotta wrote; ... I agree Rick, Antoine and Robin :) Macromedia's representative here (nothing personal) on the list, presents a position that comes off...
I have an svg embeded in an html document and I have problems that I'm hoping will solve itself if I reference the js file from within the svg and not the...
Hi, I have a HTML file with an Embedded SVG document. I have created some hidden input fields in my HTML document, I need a way to access this variables from...
That fixed part of the problem. The first time I animate the node, the animation works fine. In my application, the node can be moved to several different...
... wrote: As you use begin="0", timeline is going ... Perhaps you can add svgDoc.setCurrentTime(0) when you create new animation Michel ... node, the ... ...
That fixed the problem. Thanks ... From: pilatfr [mailto:pilat@...] Sent: Thursday, July 01, 2004 11:43 AM To: svg-developers@yahoogroups.com Subject:...
I've got an SVG embedded in html doc, I've figured out my previous question, with a click event: function click(objID) { theSVG = parent.document.embeds[0]; ...
Cheers Jim, thanks for getting back to me, I'll hacve a look at your script but in the meantime is parseXML a part of the adobe plugin? Thamls again, Dom ... ...
There is a good example on the adobe site, think the URL is: http://www.adobe.com/svg/demos/chart.html Hope that helps. Might be able to use XSL if the...
Thanks, Dean. A historical question: Why the omission of the elliptical arc element? Also, did the concept of a declarative pie slice object (centerpoint,...
... That seems a bit convoluted to first go to the HTML document and its embed, I think all you need with Adobe SVG viewer 3.0 or 6 (which I have tested here...
... I see two glasses here in fact. The first one for the SVG-T support in the Flash-Lite viewer: this is a great acknoledgement of the SVG domination in the...
Continuing the metaphor theme... "A journey of a thousand miles begins with a single step..." I would be elated to see SVG-T 1.2 supported in Flex/Flash...
... It's a design principle that everything that's in a smaller profile is in a higher one. So what's in Tiny is in Full (there's no Basic left anymore). Wish...
Hi all, I am trying to use Batik and my SVG document with some custom namespaces is not displaying. I used JSVGComponent and it seems that the SVG document can...
Schweet! I really like the typed access...and the fact that it hides the issue of whether the trait was set via CSS, attribute or other...very cool. ... From:...
Hi, I would like to generate svg charts from XML Data. Since there are 2 approaches 1: Client Side using Script 2: Server Side using XSLT.. Which is the better...
There are, of course, many other server-side options than XSLT. You could write servlets, web services, ASP/ASP.NET/JSP, Perl scripts, etc... I think you'll...
Hi, Peter- Hmmmm.... I'm not sure if you're asking a question, or just commenting, but I will note the common solution to this problem, just in case. For some...
... Mostly because no one was going to implement it. Also, it is rarely used, it has to be approximated in most drawing libraries, it isn't optimised in the...