# HG changeset patch # User paulb # Date 1134337519 0 # Node ID b1e5451b3ad84736105da9e054dddb8c6cb23296 # Parent 8b7ede8ec9e4cf3876b211319094157295e17e4a [project @ 2005-12-11 21:45:19 by paulb] Fixed Schema in order to bring it up to date with recent multiple-choice value changes. Added dynamic multiple-choice value source support to Input, PrepareMacro and Schema. diff -r 8b7ede8ec9e4 -r b1e5451b3ad8 XSLForms/XSL/Input.xsl --- a/XSLForms/XSL/Input.xsl Sat Jun 21 01:38:50 2008 +0200 +++ b/XSLForms/XSL/Input.xsl Sun Dec 11 21:45:19 2005 +0000 @@ -233,21 +233,31 @@ - - - - - - - - - true - - - - - - + + + + + + + + + + + + + + + + + + + + true + + + + + diff -r 8b7ede8ec9e4 -r b1e5451b3ad8 XSLForms/XSL/PrepareMacro.xsl --- a/XSLForms/XSL/PrepareMacro.xsl Sat Jun 21 01:38:50 2008 +0200 +++ b/XSLForms/XSL/PrepareMacro.xsl Sun Dec 11 21:45:19 2005 +0000 @@ -127,13 +127,15 @@ - + - + + + @@ -141,7 +143,7 @@ - + {template:new-attribute('')} @@ -158,21 +160,31 @@ - + - + + + - {template:list-attribute('', - '')} + + + {template:list-attribute('', + '')} + + + {template:list-attribute('', + '')} + + diff -r 8b7ede8ec9e4 -r b1e5451b3ad8 XSLForms/XSL/Schema.xsl --- a/XSLForms/XSL/Schema.xsl Sat Jun 21 01:38:50 2008 +0200 +++ b/XSLForms/XSL/Schema.xsl Sun Dec 11 21:45:19 2005 +0000 @@ -155,11 +155,16 @@ - + + + + + dynamic + @@ -175,6 +180,9 @@ multiple-choice + + dynamic + @@ -193,11 +201,16 @@ - + + + + + dynamic + @@ -206,6 +219,9 @@ multiple-choice-list + + dynamic + @@ -244,10 +260,19 @@ - + + + @ = ../@ - + + + + + + + + @@ -258,12 +283,21 @@ - + + + @value-is-set value-is-set - + + + + + + + +