# HG changeset patch # User paulb # Date 1129508091 0 # Node ID 6afca08c7bf74d33b7f9edf46a7d5df9cf260853 # Parent 6cd6887e003fb02c301734fdd070c35e97c690fb [project @ 2005-10-17 00:14:51 by paulb] Fixed the production of instructions selecting collection/dynamic elements so that the ordering of such elements is exactly preserved. (Instead of emitting an apply-templates instruction for each found element, a single instruction encompassing all qualifying elements is emitted.) diff -r 6cd6887e003f -r 6afca08c7bf7 XSLForms/XSL/Input.xsl --- a/XSLForms/XSL/Input.xsl Sun Oct 16 22:39:02 2005 +0000 +++ b/XSLForms/XSL/Input.xsl Mon Oct 17 00:14:51 2005 +0000 @@ -123,21 +123,59 @@ NOTE: elements are employed, since the only place where keeping them around is NOTE: necessary/meaningful is in dynamic element collections. --> - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +