#Alexandre Fayolle's output bug with 4DOM + 4XSLT from Xml.Xslt import test_harness sheet_1 = """

Description:
URL:

Description: More detail at:
""" # external DTD reference commented out by us; # the DTD isn't used in this instance source_1 = """ freshmeat.net http://freshmeat.net the one-stop-shop for all your Linux software needs en-us Alzabo 0.06a http://freshmeat.net/news/2000/07/19/964065475.html Perl data modelling tool and RDBMS-OO mapper. HLmaps 0.90 http://freshmeat.net/news/2000/07/19/964065450.html A Perl/CGI script for Half-Life servers to present a list of loaded maps quick finder Use the text input below to search the freshmeat application database query http://core.freshmeat.net/search.php3 """ expected_1 = """

freshmeat.net

Description:the one-stop-shop for all your Linux software needs
URL:http://freshmeat.net

Alzabo 0.06a

Description: Perl data modelling tool and RDBMS-OO mapper.
More detail at: http://freshmeat.net/news/2000/07/19/964065475.html

HLmaps 0.90

Description: A Perl/CGI script for Half-Life servers to present a list of loaded maps
More detail at: http://freshmeat.net/news/2000/07/19/964065450.html
""" 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, title='output bug') return