Hi,

I had a similar problem in the past: replace all texts in SVG with localized 
one.
This can be done at the XSLT stage:
 - parse the SVG with the document() function;
 - use fo:instrem-foreign-object instead of fo:external-graphic

HTH,
Pascal

> -----Message d'origine-----
> De : Raphael Parree [mailto:[EMAIL PROTECTED] 
> Envoyé : vendredi 16 novembre 2007 09:55
> 
> Hi,
> 
> I was wondering if the following is possible and what would 
> be the best approach. We use a lot of SVG (exported from 
> Visio). These SVG always need a manual fix to make line ends 
> (arrow etc) visible:
> 
> <style type="text/css">
>    <![CDATA[marker { overflow:visible; }]]>
> </style>
> 
> I would like to insert this style element to each svg during 
> generation. The SVGs are added as external images. So I would 
> need some sort of image filter to add this to the DOM tree of the SVG.
> 
> Is this possible, and what would be the best approach...?
> 
> Raphael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to