# File rice/payload.rb, line 67
    def to_xml
	xml = ''
	writer = NQXML::Writer.new(xml)
	writer.writeDocument(@document)
	return xml
    end