# Duncan Grisby reports dependence on the order of the false attributes in an xml-stylesheet PI from Xml.Xslt import test_harness source_1 = """\ Pieter Aaron
404 Error Way
404-555-1234 404-555-4321 404-555-5555 pieter.aaron@inter.net
""" expected_1 = """ Address Book

Tabulate Just Names and Phone Numbers

Pieter Aaron (Work) 404-555-1234
(Fax) 404-555-4321
(Pager) 404-555-5555
""" def Test(tester): source = test_harness.FileInfo(string=source_1) test_harness.XsltTest(tester, source, [], expected_1, ignorePis=0, title='xml-stylesheet PI false attr order') return