# File syndicator/syndicator.rb, line 231
    def generateRefTag(url)
	return NQXML::Tag.new('ice-item-ref', {
				  'url' => url.to_s,
# FIX: what should item-id be?
				  'item-id' => 'xyzzy',
			      })
    end