# Uche gets nasty with nested copies and other arcana (too bad we had to ixnay the namespace axis hacking)
# jkloth: 2002-01-22
# Fixed test to expect null-namespace on unprefixed attributes
from Xml.Xslt import test_harness
sheet_1 = """
"""
source_1 = """
snowboarding-info.com Endorsement Service
"""
expected_1 = """
snowboarding-info.com Endorsement Service
"""
#"
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