Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > SVG and XML

Reply
Thread Tools

SVG and XML

 
 
Nader Emami
Guest
Posts: n/a
 
      02-03-2005
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
 
Reply With Quote
 
 
 
 
Joris Gillis
Guest
Posts: n/a
 
      02-03-2005
Tempore 16:28:37, die Thursday 03 February 2005 AD, hinc in foro {comp.text.xml} scripsit Nader Emami <>:

> <?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,
--
Joris Gillis (http://www.ticalc.org/cgi-bin/acct-v...i?userid=38041)
"Et ipsa scientia potestas est" - Francis Bacon , Meditationes sacrae
 
Reply With Quote
 
 
 
 
Nader Emami
Guest
Posts: n/a
 
      02-04-2005
Joris Gillis wrote:
> Tempore 16:28:37, die Thursday 03 February 2005 AD, hinc in foro
> {comp.text.xml} scripsit Nader Emami <>:
>
>> <?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,

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

regards,
Nader
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: svg-chart 1.1 SVG Charting Library Helmut Jarausch Python 0 05-20-2008 11:05 AM
svg to svg saving problem milof83 Java 1 08-18-2006 07:36 PM
[SVG] probleme dessin d'images SVG avec Batik Mardagg Java 0 05-12-2006 02:13 PM
[SVG] problem with SVG image drawing with Batik Library Mardagg Java 0 05-12-2006 02:12 PM
[SVG] using image-tag to integrate SVG in SVG Arne Nordmann XML 0 06-28-2004 01:16 PM



Advertisments