Epic and Inkscape cross reference question
I had posted the question below last week. I received no answers or help at all. Am I to take it that what I am asking is not possible?
We use Epic as out xml editor and use Inkscape as our SVG editor.
We have imbedded SVG graphics into our xml documents.
We would like to place cross reference tags into our SVG that hot link into sections of the xml documents.
As an example in our xml document we would have a flagnote "FL1" talking about a part of the SVG graphic we want to point attention at. When the end user would be reading the xml document, they could click on the "FL1" located inside of the SVG and it would take them to that part of the xml document that describes that SVG.
So, how do I create that link from the SVG "FL1" to the xml document "FL1"? Remember that the svg is imbedded with in the same xml.
Skeeter Glenn
Glenn, Skeeter wrote:
We use Epic as out xml editor and use Inkscape as our SVG editor.
I'm not at all familiar with Epic so I am unable to comment on its use.
So, how do I create that link from the SVG "FL1" to the xml document "FL1"? Remember that the svg is imbedded with in the same xml.
I assume you would link in the same way that is common in XHTML documents. Please see the SVG spec for more details on what is possible and allowed:
http://www.w3.org/TR/SVG/linking.html
If that doesn't fulfill your needs you can use javascript to create interactive behaviors for your users.
Aaron Spike
participants (2)
-
Aaron Spike
-
Glenn, Skeeter