# HG changeset patch # User paulb # Date 1121536579 0 # Node ID c2923faf25c00ae5b02fd4ba6629120daab3db2d # Parent 8d7591f884510f3a059f1b5d7c7ca343a90453a6 [project @ 2005-07-16 17:56:19 by paulb] Changed the symbols used to avoid those with well-known meanings in URLs. diff -r 8d7591f88451 -r c2923faf25c0 XSLForms/Constants.py --- a/XSLForms/Constants.py Sat Jul 16 15:04:16 2005 +0000 +++ b/XSLForms/Constants.py Sat Jul 16 17:56:19 2005 +0000 @@ -3,8 +3,8 @@ "Constants for XSLForms." path_separator = "/" -pair_separator = "#" -multi_separator = "##" +pair_separator = "$" +multi_separator = "$$" selector_indicator = "=" # vim: tabstop=4 expandtab shiftwidth=4