#"Carl Soane" offres an example of format-number from Xml.Xslt import test_harness sheet_1 = """
""" source_1 = """ 123456.7890 """ # the empty 'br' is in XML syntax because it's not in the null namespace expected_1 = """ 123,456.789
""" #" def Test(tester): source = test_harness.FileInfo(string=source_1) sheet = test_harness.FileInfo(string=sheet_1) test_harness.XsltTest(tester, source, [sheet], expected_1) return