# HG changeset patch # User paulb # Date 1129502313 0 # Node ID 4d3031c1a674bc276bc49af94cf384dc89cd479e # Parent 8639cb85bec680b2fe69e32113f8db2735d7b8f5 [project @ 2005-10-16 22:38:33 by paulb] Fixed element processing in an attempt to provide "stable ordering", with collection elements appearing at the end of any given parent element's list of child elements. diff -r 8639cb85bec6 -r 4d3031c1a674 XSLForms/XSL/Input.xsl --- a/XSLForms/XSL/Input.xsl Fri Oct 14 16:05:16 2005 +0000 +++ b/XSLForms/XSL/Input.xsl Sun Oct 16 22:38:33 2005 +0000 @@ -88,6 +88,10 @@ . + + @@ -108,6 +112,26 @@ + + + + + + + + + + + + + + + +