--- In [email protected], "chmavrog" <[EMAIL PROTECTED]> wrote:
> if i want to send the dynamically created elements inside a g > element,using postURL-getURL (IE6ASV3) and XMLHtTPRequest (FF) does my > svg main page have to be embed in an HTML page? > > or > it can be used as a standalone (e.g http://localhost/UMLDesigner.svg) > In that case can i use the above objects? postURL/getURL are implemented by some SVG viewers (Adobe SVG viewer, I think Batik supports getURL too) so you do not need any HTML to embed the SVG, you can load a standalone SVG document and script in the SVG document has access to the functions with those viewers. And of course with Firefox 1.5 or Opera 9 beta script in a standalone SVG document has access to XMLHttpRequest. ------------------------ Yahoo! Groups Sponsor --------------------~--> Home is just a click away. Make Yahoo! your home page now. http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

