Creating visio document w/o visio application

D

danlevan

I downloaded the visio2003 sdk but it seems like this is intended to be
used in combination with the visio application. I want to have a
feature that allows the user to export "html" diagrams from a web
application.

Does this mean that visio has to be installed on the server? Is there a
way other than to create an xml (.vdx) file?
 
A

Al Edlund

The visio xml schema is available on MSDN, so theoretically you could create
an XSD (xml version of a visio file) without visio. However you would still
need visio to 'morph' it into an html file for web display.

al
 
D

danlevan

What i meant was... I want to export my html into visio format. I guess
I have no choice but to create the long xml file myself...
 
A

Al Edlund

You would probably be more successful to use the root data (vs the html) to
create the visio chart. Would still require coding.
sorry for my misunderstanding,
al
 
D

danlevan

It was my mistake, I should have been clearer...

wow, the xml format for visio is quite complicated.. There must be an
easier way to create the xml isn't there?
 

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