Index: DOM-Test-Suite/transforms/test-to-ecmascript.xsl
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/transforms/test-to-ecmascript.xsl,v
retrieving revision 1.25
diff -u -9 -p -u -r1.25 test-to-ecmascript.xsl
--- DOM-Test-Suite/transforms/test-to-ecmascript.xsl 19 Nov 2003 03:55:53 -0000 1.25
+++ DOM-Test-Suite/transforms/test-to-ecmascript.xsl 19 Nov 2003 12:17:05 -0000
@@ -298,18 +298,26 @@ The source document contained the follow
;
+
+
+ return
+
+ ;
+
+
+
+=
;
@@ -752,34 +760,40 @@ The source document contained the follow
while(
) {
}
- for(var _index = 0; _index <
+
+ for(var
+
+ = 0;
+
+ <
- .length; _index++) {
+ .length;
+ ++) {
=
- [_index];
+ [];
- .item(_index);
+ .item();
}