Skip to content

Instantly share code, notes, and snippets.

@jackprophesy
Created July 11, 2009 01:04
Show Gist options
  • Save jackprophesy/144962 to your computer and use it in GitHub Desktop.
Save jackprophesy/144962 to your computer and use it in GitHub Desktop.
<category term=3D'atom' scheme=3D'http://del.cio.us/tags' label=3D'Atom' />
echo $item['category@term']
==> "atom"
echo $item['category@scheme']
==> "http://del.cio.us/tags"
echo $item['category@label']
==> "Atom"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment