# HG changeset patch # User paulb # Date 1128216006 0 # Node ID b8d6f347575f2c6f099108c74d612294c04316e5 # Parent 05998994dd9c53f7f6e2ab162352466ba579df3f [project @ 2005-10-02 01:20:06 by paulb] Fixed stylesheets employed in input stylesheet production. diff -r 05998994dd9c -r b8d6f347575f XSLForms/Prepare.py --- a/XSLForms/Prepare.py Sun Oct 02 01:11:21 2005 +0000 +++ b/XSLForms/Prepare.py Sun Oct 02 01:20:06 2005 +0000 @@ -77,7 +77,7 @@ make_stylesheet_fragment(template_name, output_name, element_id) -def make_input_stylesheet(template_name, output_name, stylesheet_names=["Schema.xsl", "Input.xsl"], encoding=None): +def make_input_stylesheet(template_name, output_name, stylesheet_names=["PrepareMacro.xsl", "Schema.xsl", "Input.xsl"], encoding=None): """ Make an input stylesheet using the file with the given 'template_name',