Re: [xsl] XSLT 1.0 support in browsers, as of June 2008

Subject: Re: [xsl] XSLT 1.0 support in browsers, as of June 2008
From: "M. David Peterson" <m.david@xxxxxxxxxxxxx>
Date: Wed, 18 Jun 2008 09:23:28 -0600
On Wed, 18 Jun 2008 08:17:59 -0600, Julian Reschke <julian.reschke@xxxxxx> wrote:

So what you seem to see is that the builtin XSLT engine in Opera somehow fails to generate the contents of the STYLE element (which would be a different bug than I thought, so at least we're making progress understanding what's going wrong).

I would venture to believe this has more to do with the size of the transformation more than anything else. Dependent upon when the CSS is being injected into the resulting DOM it's likely it won't be applied until the transformation has completed. And given the transformation file won't even begin to be applied until both documents have finished downloading, when coupled with the complexity of the transformation file itself you're looking at a significant amount of time before you'll see the CSS applied, and that's only if it doesn't stumble upon another unrelated problem along the way. I use embedded CSS inside of the XML source fairly regulary, and Opera doesn't have any troubles applying the style. But that's on source and transformation files that are much lighter weight.


--
/M:D

M. David Peterson
Co-Founder & Chief Architect, 3rd&Urban, LLC
Email: m.david@xxxxxxxxxxxxxxx | m.david@xxxxxx
Mobile: (206) 999-0588
http://3rdandUrban.com | http://amp.fm | http://www.oreillynet.com/pub/au/2354


Current Thread