setting element id's for SVG

R

Ryan

Hi, I'm currently evaluating Visio 2003 and more specifically it's
integration with SVG. I'm trying to take a hardware schematic developed by my
hardware team (which is designed in visio) and export it as SVG. The "Save
As..." feature works just fine but the problem arises when I want to add
scripting to the resulting SVG file.

I have a special need to addresses certain elements in the document via
document.getElementById(). I haven't been able to find a way to set the
element id's for shapes/lines within Vision itself. I've had to go into the
code, search for the title tag I give it, then change it by hand.

Is there an easier way of setting these id's within Visio itself? Without
the ability of doing this, it makes roundtripping very difficult.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top