[Webkit-unassigned] [Bug 10313] xsl:import and document() don't work in stylesheets loaded via XMLHttpRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 01:11:30 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=10313





--- Comment #26 from Andreas Wictor <andreas.wictor at xcerion.com>  2010-05-07 01:11:27 PST ---
(In reply to comment #25)
> The changes to XSLImportRule::loadSheet() look as if asynchronous loading was
> turned into synchronous, which would be a bad thing. But maybe it's only the
> looks, I don't remember how this function really works. A ChangeLog with a
> per-function explanation of changes would help a lot.

Yes, the original code was asynchronous but I could not get it to work. The
asynchronous load would always complete after the failed transformation unless
it was already cached.

Is there some way to suspend the transformation until all imported documents
are loaded? And is it really desirable, doesn't the Javascript programmer
expect the transform functions to be synchronous?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list