- xml.date comment.date_created
- xml.uid comment.commenter_id unless comment.commenter_id.nil?
- xml.user comment.commenter_name
- xml.text comment.comment
+ xml.date comment.created_at
+ xml.uid comment.author_id unless comment.author_id.nil?
+ xml.user comment.author_name
+ xml.text comment.body