1<!--
2Header:      Content-Location: http://example.com/
3Description: feed generator url relative to Content-Location header
4Expect:      not bozo and feed['generator_detail']['url'] == u'http://example.com/relative/link'
5-->
6<feed version="0.3" xmlns="http://purl.org/atom/ns#">
7<generator url="/relative/link" version="2.66">Movable Type</generator>
8</feed>