0207-isvalid.html (666B)
1 <!DOCTYPE html> 2 <html prefix="cal: http://www.w3.org/2002/12/cal/icaltzd# xsd: http://www.w3.org/2001/XMLSchema#"> 3 <head> 4 <meta charset=utf-8> 5 <title>Test 0207</title> 6 </head> 7 <body> 8 <p about="#event1" typeof="cal:Vevent"> 9 <b property="cal:summary">Weekend off in Iona</b>: 10 <span property="cal:dtstart" content="2006-10-21" datatype="xsd:date">Oct 21st</span> 11 to <span property="cal:dtend" content="2006-10-23" datatype="xsd:date">Oct 23rd</span>. 12 See <a rel="cal:url" href="http://freetime.example.org/">FreeTime.Example.org</a> for 13 info on <span property="cal:location">Iona, UK</span>. 14 </p> 15 </body> 16 </html>