blob: 20a5aa2b8f2eb9bf7876af1b8c732d981add6a2b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
#set( $comments = $entry.comments )
$dateFormatter.applyPattern("MMMMM dd, yyyy 'at' hh:mm aa z")
<comments
entryid="$entry.Id">
#foreach( $comment in $comments )
<comment id="$comment.id">
<author>$comment.name</author>
<email>$comment.email</email>
<url>$comment.url</url>
<timestamp>$dateFormatter.format($comment.postTime)</timestamp>
<body>$utilities.escapeHTML( $comment.content )</body>
</comment>
#end
</comments>