[Seaside] How do I render an SVG string?

Holger Kleinsorgen h.kleinsorgen at i-views.de
Tue Mar 29 14:35:15 UTC 2011


renderContentOn: html
    html html: self svgString

svgString
   ^ '<svg xmlns="http://www.w3.org/2000/svg"
      xmlns:xlink="http://www.w3.org/1999/xlink"
      height="800">
	......'

>
> Or put the question otherwise: how do I pass through XHTML or SVG
> strings unaltered?
>
> --Hannes


More information about the seaside mailing list