Hi,  
  
I want to add url's to the generated svg nodes.  
  
Like:  
  
<a xlink:href="http://localhost";  target="_top">  
<ellipse cx="42" cy="30" rx="37" ry="18" style="fill:none;stroke:black;"/>  
<text text-anchor="middle" x="42" y="35">Topic A</text>  
</a>  
  
Currently I am looping through all the nodes and creating a new  
document for each one. This creates one file with lots of  
repeated xml/svg entries. Then I fix it to make one svg file.  
  
Maybe someone else have done it in a better way.  
  
Regards,  
Theo  
 
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to