RE: HTML to SVG (XSL)

Yes, no that is not possible to do.

We do miss you though!
________________________________________
From: Tab Atkins Jr. [jackalmage@gmail.com]
Sent: Friday, July 26, 2013 5:26 PM
To: Patrick Dengler
Cc: public-svg-wg@w3.org
Subject: 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 Tuesday, 30 July 2013 15:42:49 UTC