# HG changeset patch # User paulb # Date 1128300555 0 # Node ID 7f8662a8c821607d0c9b3a6bb3b0d9379a03a157 # Parent 67594e0064b8d01fc5207e1beced7c52c74b4c63 [project @ 2005-10-03 00:49:15 by paulb] Changed input stylesheet preparation to use the "macro" attributes, rather than the lower-level attributes. diff -r 67594e0064b8 -r 7f8662a8c821 XSLForms/Prepare.py --- a/XSLForms/Prepare.py Mon Oct 03 00:47:45 2005 +0000 +++ b/XSLForms/Prepare.py Mon Oct 03 00:49:15 2005 +0000 @@ -77,7 +77,7 @@ make_stylesheet_fragment(template_name, output_name, element_id) -def make_input_stylesheet(template_name, input_name, stylesheet_names=["PrepareMacro.xsl", "Schema.xsl", "Input.xsl"], encoding=None): +def make_input_stylesheet(template_name, input_name, stylesheet_names=["Schema.xsl", "Input.xsl"], encoding=None): """ Make an input stylesheet using the file with the given 'template_name',