Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 17th, 2010 | Syntax: XML | Size: 0.38 KB | Hits: 33 | Expires: Never
Copy text to clipboard
  1. <talent_list>
  2.   <role name="Director" slug="director">
  3.     <talent name="Jimmy" slug="jimmy"
  4.      <bio>blah</bio>
  5.     </talent>
  6.     <talent name="Charlie" slug="charlie">
  7.       <bio>blah</bio>
  8.     </talent>
  9.   </role>
  10.   <role name="Production Assistant" slug="production-assistant">
  11.     <talent name="Mac" slug="mac">
  12.       <bio>blah</bio>
  13.     </talent>
  14.   </role>
  15. </talent_list>