Re: [Fwd: Merging SVG and XML with XSL Transformation?]

Hello Max,

you brought me one step nearer to the solution. 

Here the result for outfile.svg:

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="500"
height="500" preserveAspectRatio="xMidYMid meet"
zoomAndPan="magnify" version="1.0"
contentScriptType="text/ecmascript"
contentStyleType="text/css">
	<svg:text xmlns:svg="http://www.w3.org/2000/svg"
xmlns:fo="http://www.w3.org/1999/XSL/Format">Hello
World!</svg:text>
</svg>

As you mentioned, I also want to maintain the
attributes in infile.svg. However here you can see
that this is not the case.

Do you have an idea?

Sorry for any inconveniance, but with solving this one
we have our solution.

regards,
Darya

__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Yahoo! präsentiert als offizieller Sponsor das Fußball-Highlight des
Jahres: - http://www.FIFAworldcup.com

Received on Tuesday, 18 June 2002 09:28:23 UTC