[svg-developers] Re: printNode problem

2005-07-19 Thread inf_demo
Have you tried putting ?AdobeSVGViewer save=snapshot? right after the xml processing instruction? It enables you to save the DOM as it is in memory. Johanne --- In svg-developers@yahoogroups.com, fgn.rm [EMAIL PROTECTED] wrote: I have an application that should the following: 1. display

[svg-developers] Re: sXBL, loading using JavaScript

2005-06-08 Thread inf_demo
, Holger Will [EMAIL PROTECTED] wrote: inf_demo schrieb: --- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote: as far as i understand it , binding is done via a match of the element- attribute with the local name of an element. so i think creating your definition

[svg-developers] Re: sXBL, loading using JavaScript

2005-06-07 Thread inf_demo
--- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote: as far as i understand it , binding is done via a match of the element- attribute with the local name of an element. so i think creating your definition, and then do myXBLElement.appendChild(definition) should be