[lxml-dev] OT: document('') in xslt

For those who use document('') in stylesheets, especially those xsl files sent to browsers. Using document('') in an xslt file causes Firefox and Mozilla to lock-up.
This appears to finally be fixed in today's build:
https://bugzilla.mozilla.org/show_bug.cgi?id=205778
What |Removed |Added -------------------------------------------------------------------------- -- Keywords|fixed1.8.0.2 |verified1.8.0.2
------- Comment #51 from walkerrunner@yahoo.com 2006-03-06 13:33 PST ------- Verified on Firefox 1.5.0.2 buildsfrom 20060306 on Windows, Mac and Linux

Brad Clements wrote:
For those who use document('') in stylesheets, especially those xsl files sent to browsers. Using document('') in an xslt file causes Firefox and Mozilla to lock-up.
This appears to finally be fixed in today's build:
It's pretty impressive how this bug dates back to 2003 ...
And the funny thing: the problem is that they are using the same mechanism for resolving document('') as libxml2: reread the XSL document - great idea!
Stefan
participants (2)
-
Brad Clements
-
Stefan Behnel