Closed Bug 276910 Opened 20 years ago Closed 20 years ago

Firefox crahses when transforming an xml file "on-the-fly" via an xsl stylesheet containing javascript

Categories

(Firefox :: General, defect)

1.0 Branch
x86
Windows 2000
defect
Not set
critical

Tracking

()

VERIFIED DUPLICATE of bug 202765

People

(Reporter: voodoo, Assigned: bugzilla)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.5) Gecko/20041108 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.5) Gecko/20041108 Firefox/1.0

Firefox crahses when transforming an xml file on the fly via an xsl file
containing a javascript code docuemnt.write().
The crashes are reproduceable, when commenting out javascript in the stylesheet,
it disappears.
Example:
http://www.benjamin-erb.de/temp/bug.xml

XSL-Snippet:
<xsl:template match="foo">
    <script language="JavaScript" type="text/javascript" >
	document.write('test');
	</script>
</xsl:template>

Reproducible: Always

Steps to Reproduce:
1. Open url or similar XML file with Firefox




Actual Results:  
Firefox crashes 

Expected Results:  
process the javascript code / here: output string

Tested on several machines using Firefox 1.0 and Windows. Not yet testet with
other OS or versions of Firefox.
Summary: Firefox crahses when transforming an xml file "on-the-fly" via an xsl stylesheet containing javascript → Firefox crahses when transforming an xml file "on-the-fly" via an xsl stylesheet containing javascript
Version: unspecified → 1.0 Branch

*** This bug has been marked as a duplicate of 202765 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.