# HG changeset patch # User paulb # Date 1128380755 0 # Node ID 4c1f421c4b662bda1ec8c8fad763ee6ce579054f # Parent 2fa5fb4ba21a2513294ed3e341298a7d4d73516e [project @ 2005-10-03 23:05:55 by paulb] Updated the example to match documentation changes. diff -r 2fa5fb4ba21a -r 4c1f421c4b66 examples/Common/VerySimple/__init__.py --- a/examples/Common/VerySimple/__init__.py Mon Oct 03 23:05:27 2005 +0000 +++ b/examples/Common/VerySimple/__init__.py Mon Oct 03 23:05:55 2005 +0000 @@ -64,7 +64,7 @@ XSLForms.Utils.remove_elements(selectors.get("remove")) XSLForms.Utils.add_elements(selectors.get("add"), "item") - # Transform, adding enumerations/ranges. + # Initialise the document, adding enumerations/ranges. structure_xsl = self.prepare_initialiser("structure") types_xml = self.prepare_document("types")