Olaf Schnabel wrote maybe someone of you has a solution for my problem. I currently using the command "printNode", which only works with Adobe SVG viewers. Has someone an idea how to integrate the same functionality in the SVG-supporting browsers (Opera, Firefox) with Javascript?
Take a look at http://srufaculty.sru.edu/david.dailey/svg/SVG_serialize.html -- (the crucial work is done in the HTML page rather than the SVG) it is nonrecursive, but it serializes a shallow SVG tree (not dealing with groups or animations or other nested objects). It also handles scripts and functons found within an SVG document. It works in IE, FF and Opera. It would not take a major effort to "recursivize" it. cheers, David ------------------------ Yahoo! Groups Sponsor --------------------~--> Everything you need is one click away. Make Yahoo! your home page now. http://us.click.yahoo.com/AHchtC/4FxNAA/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/

