http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2468
*** shadow/2468 Thu Jul 5 17:00:57 2001
--- shadow/2468.tmp.18735 Fri Jul 6 11:17:39 2001
***************
*** 123,125 ****
--- 123,137 ----
------- Additional Comments From [EMAIL PROTECTED] 2001-07-05 17:00 -------
Created an attachment (id=294)
decompiled java translet for mk031.xsl
+
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-07-06 11:17 -------
+ I now notice that it can get working if both the iterator initialization and
+ the template function are passes i_5_ instead of i:
+ - ).setStartNode(i) // *** <line-of-suspicion> ***
+ + ).setStartNode(i_5_) // *** <line-of-suspicion> ***
+ );
+ - make_list(domadapter, nodeiterator, transletoutputhandler, i);
+ + make_list(domadapter, nodeiterator, transletoutputhandler, i_5_);
+
+ But this is really kinda hacky.