Closed Bug 161087 Opened 22 years ago Closed 22 years ago

Incorrect transformation with XSLT contaninig <script> tag

Categories

(Core :: XSLT, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 158457

People

(Reporter: sinchi, Assigned: peterv)

Details

(Keywords: regression)

Attachments

(2 files)

If XSLT for transformation from XML to HTML contains <script> tag, I see nothing
as result of transformation.

See example. If you remove <script> from XSLT, rendering will be OK.

MSIE 5.01 + MSXML 4.0 also transforms OK with <script>.
Attachment #94004 - Attachment description: XSLT for menu.xml → menu.xsl - XSLT for menu.xml
see bug 124372, bug 59912. 
   Reporter: could you please  read  the  Bug  Writing  Guidelines  at
http://www.mozilla.org/quality/bug-writing-guidelines.html to see  the
kinds of information we need in a bug report. Please report back  with
more information (like BuildID and steps to reproduce)  after  reading
those guidelines and consider using  the  Bugzilla  Helper  to  report
future bugs.

   The Helper can be found at
   http://www.mozilla.org/quality/help/bug-form.html
   Thanks for your help in testing Mozilla.
Sorry, I didn't pointed my build.
Build ID: 2002072104 (Mozilla 1.1b)
Problem confirmed on 2002080404/win98se; I'm afraid it's a regression, because
previous bugs regarding script/XSLT combination are marked fixed.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: regression
This looks like it might be related to bug 158457. Sicking?
this just happend to me when using xhtml as result rather then html.
For me, a workaround for the test case is to remove the XHTML namespace from the
<html> tag, i.e. change line 5 to simply "<html>".  The same change to my own
XSLT fixes the same problem there.

Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
The error doesent show in the "simpel example" the script tag ist misspelled in
uppercase. Lowercase is mandatory.
<script> is the culprit. Another workaround is to use <SCRIPT> so that
case-sensitiveness causes it not to match in the XML/XHTML situation. This is
the work-around that you see described in bug 158457 comment 8 for the UMSS
(Universal MathML Style Sheet).

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

Attachment

General

Creator:
Created:
Updated:
Size: