SVG and XML

N

Nader Emami

I am a new user of xml. I would like to present a documentation of a
software system on internet. It is in html and I would like to change
(translate) it to XML. There are some pictures (to show the process and
the lines to give the input/output) in the document. I know that I can
use SVG to get the picture, but I don't know how I can combine them! For
example I have a 'a.xml' file. Is it possible to emded the dfinition of
svg inside the 'a.xml' file?
<?xml version="1.0"?>
<page>
.....
.....
<svg circle=...
....
</svg>

</page>

Or I can make other file "a.svg" :
<svg
circle ....
</svg>

But my question: How can combine these files in een xslt file?

About this qquestion I have got some answer, but it wasn't enough clear
for me. Would somebody give me more information about this problem?

With regards,
Nader
 
J

Joris Gillis

Tempore 16:28:37 said:
<?xml version="1.0"?>
<page>
....
....
<svg circle=...
...
</svg>

</page>

Or I can make other file "a.svg" :
<svg
circle ....
</svg>

But my question: How can combine these files in een xslt file?

gebruik zoiets als:

<xsl:copy-of select="document('a.svg')"/>


regards,
 
N

Nader Emami

Joris said:
Tempore 16:28:37, die Thursday 03 February 2005 AD, hinc in foro



gebruik zoiets als:

<xsl:copy-of select="document('a.svg')"/>


regards,
Thank for your reaction, but it doesn't work!

regards,
Nader
 

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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top