Re: HTML to SVG (XSL)

On Fri, Jul 26, 2013 at 4:49 PM, Patrick Dengler <patd@microsoft.com> wrote:
> Hey all you super SVG whizzes!  Miss me? Doubt it :)
>
> I was wondering if anyone knew of a pretty good XSLT for HTML to SVG?

Like, converting an HTML page into an equivalent SVG rendering?
Impossible in general (ignoring the turing tarpit), unless you're okay
with just wrapping the entire contents of the page in an
<svg><foreignObject>...</foreignObject></svg>.

~TJ

Received on Saturday, 27 July 2013 00:27:02 UTC