Vimeo Video XML using oEmbed

Retrieve XML data for a Vimeo video using oEmbed format.

Code

<?php $info = simplexml_load_file("http://www.youtube.com/oembed?url=URL&format=xml"); ?>