Share Pastebin
Guest
Public paste!

bengee

By: a guest | Dec 11th, 2008 | Syntax: HTML | Size: 0.49 KB | Hits: 217 | Expires: Never
Copy text to clipboard
  1. <html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.0">
  2.   <head><title>Employees</title></head>
  3.   <body>
  4.     <h3>Employees</h3>
  5.       <ul xmlns:employeeData="http://example.org/EmployeeInformation#">
  6.         <li about="http://example.org/Employees#BobSmith" typeof="employeeData:employee">
  7.           <a rel="employeeData:email"
  8.             href="mailto:BobSmith@example.org"
  9.             property="employeeData:name">Bob Smith</a>
  10.         </li>
  11.       </ul>
  12.    </body>
  13.  </html>