xsl-list
[Top] [All Lists]

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

2008-06-18 08:23:56
On Wed, 18 Jun 2008 08:17:59 -0600, Julian Reschke <julian(_dot_)reschke(_at_)gmx(_dot_)de> 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(_dot_)david(_at_)3rdandUrban(_dot_)com | 
m(_dot_)david(_at_)amp(_dot_)fm
Mobile: (206) 999-0588
http://3rdandUrban.com | http://amp.fm | http://www.oreillynet.com/pub/au/2354

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>