This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 389 - test-to-ecmascript.xsl missing transform and non-unique index
Summary: test-to-ecmascript.xsl missing transform and non-unique index
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: ECMAScript Binding (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-19 07:20 UTC by Bob Clary
Modified: 2003-11-19 14:58 UTC (History)
0 users

See Also:


Attachments
patch (2.79 KB, patch)
2003-11-19 07:20 UTC, Bob Clary
Details

Description Bob Clary 2003-11-19 07:20:15 UTC
test-to-ecmascript.xsl is missing a transform for <return> and uses a fixed
_index variable for <for-each> which precludes nesting <for-each> statements.
test-to-java.xsl has both of these items.
Comment 1 Bob Clary 2003-11-19 07:20:41 UTC
Created attachment 58 [details]
patch
Comment 2 Curt Arnold 2003-11-19 09:58:20 UTC
Patch applied