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.
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.