--- /dev/null Mon Nov 17 20:12:06 2014 +++ new/test/javax/xml/jaxp/unittest/javax/xml/transform/CR6941869.xsl Mon Nov 17 20:12:05 2014 @@ -0,0 +1,49 @@ + + + + + + + + + Working (by replacing the count() argument with a variable): + + + + + Node ; + + count = + + --------- + + Not working in the 2nd loop iteration (by using the union expression as count() argument): + + + + + + Node ; + + count = + + --------- + + + + +