declare function local:format-date($date) { string($date) } ; { for $post in //post return }

{ local:format-date($post/@date) }: { $post/title/text() }

{ $post/text/text() }