How does that work with an extractor though? My sitemap.xmap has an extractor transformer for the SVG stuff, but my XSL needs to transform the resulting fe:fragment tag, so what would happen in there? I could say <img src="/mysvgpipeline" /> but then I'd lose the links that SVG would've created. Is there anyway to just dump the resulting SVG output from the fragment?

Thanks,
Dustin


Derek Hohls wrote:

Links are normally associated with a graphic element
of some sort eg. to create a hyperlink that is active
when user's cursor is over a rectangle:

<a xlink:href="mylink.html">
<rect x="0" y="0" height="195" width="370" style="fill:red"/>
</a>

[EMAIL PROTECTED] 2005/07/19 08:01:04 PM >>>
hello list
some user can help me I have an code of svg and applied an transformation to png. my code svg have various LINK by example in
<g id="background">

</g>

and addition:
<use xlink:href="#background" x="0" y="15"/>

after display in the browser not have the reference
(href).

some can say how make it.



__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


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



--
Dustin N. Jenkins
Application Developer
Invoq Systems, Inc.
AlarmPoint - Critical Event Interactive Alerting
#216 - 852 Fort Street
Victoria, BC V8W 1H8
Tel: (250) 380-0304
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
http://www.invoqsystems.com

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

Reply via email to